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