5 references to _elementsGate
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (5)
Writing\BatchingLsifJsonWriter.cs (5)
35/// method wants to hold <see cref="_elementsGate"/> for a short as possible, to allow other threads 39/// to the shared output. By having two locks, this lets us release <see cref="_elementsGate"/> as soon 54lock (_elementsGate) 62lock (_elementsGate) 74lock (_elementsGate)