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