Microsoft.Data.SqlClient.ValueSqlStatisticsScope
namespace Microsoft.Data.SqlClient
{
internal readonly ref struct ValueSqlStatisticsScope : IDisposable
{
public ValueSqlStatisticsScope(SqlStatistics statistics);
public void Dispose();
}
}