5 references to _gate
Microsoft.CodeAnalysis.LanguageServer (5)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (5)
54
lock (
_gate
)
153
lock (
_gate
)
204
Contract.ThrowIfFalse(Monitor.IsEntered(
_gate
));
261
Contract.ThrowIfFalse(Monitor.IsEntered(
_gate
));
314
/// see <see cref="
_gate
"/>'s comments for the overall threading model here.