1 write to m_watch
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (1)
56
m_watch
= new Stopwatch();
4 references to m_watch
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (4)
146
m_watch
.Start();
174
TimeSpan timeElapsed =
m_watch
.Elapsed;
177
m_watch
.Reset();
178
m_watch
.Start();