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