コード例 #1
0
ファイル: SqlStatistics.cs プロジェクト: noahfalk/corefx
 static internal void StopTimer(SqlStatistics statistics)
 {
     if (null != statistics)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }
コード例 #2
0
 static internal void StopTimer(SqlStatistics statistics)
 {
     if (null != statistics)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }
コード例 #3
0
 internal static void StopTimer(SqlStatistics statistics)
 {
     if (statistics != null)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }
コード例 #4
0
 internal static void StopTimer(SqlStatistics statistics)
 {
     if (statistics != null)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }