3 writes to _preparedExecs
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
1643statistics.SafeIncrement(ref statistics._preparedExecs); 4146statistics.SafeIncrement(ref statistics._preparedExecs);
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
159_preparedExecs = 0;
1 reference to _preparedExecs
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
101ht.Add("PreparedExecs", _preparedExecs);