3 writes to _performanceCounters
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (3)
584
_performanceCounters
= null;
631
_performanceCounters
= performanceCounters;
644
_performanceCounters
= connectionPool.PerformanceCounters;
1 reference to _performanceCounters
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
306
return
_performanceCounters
;