2 references to _syncRoot
PresentationFramework (2)
MS\Internal\Utility\MonitorWrapper.cs (2)
21
Monitor.Enter(
_syncRoot
);
30
Monitor.Exit(
_syncRoot
);