1 write to m_singleWatch
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (1)
57m_singleWatch = new Stopwatch();
4 references to m_singleWatch
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (4)
151m_singleWatch.Start(); 161TimeSpan timeElapsed = m_singleWatch.Elapsed; 163m_singleWatch.Stop(); 164m_singleWatch.Reset();