コード例 #1
0
ファイル: SqlStatistics.cs プロジェクト: uQr/referencesource
 static internal SqlStatistics StartTimer(SqlStatistics statistics) {
     if ((null != statistics) && !statistics.RequestExecutionTimer()) {
         // we're re-entrant -- don't bother.
         statistics = null;
     }
     return statistics;
 }
コード例 #2
0
 internal static SqlStatistics StartTimer(SqlStatistics statistics)
 {
     if ((statistics != null) && !statistics.RequestExecutionTimer())
     {
         statistics = null;
     }
     return(statistics);
 }
コード例 #3
0
 internal static SqlStatistics StartTimer(SqlStatistics statistics)
 {
     if ((null != statistics) && !statistics.RequestExecutionTimer())
     {
         // we're re-entrant -- don't bother.
         statistics = null;
     }
     return(statistics);
 }
コード例 #4
0
 internal static SqlStatistics StartTimer(SqlStatistics statistics)
 {
     if ((statistics != null) && !statistics.RequestExecutionTimer())
     {
         statistics = null;
     }
     return statistics;
 }