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
54
lock (
_elementsGate
)
62
lock (
_elementsGate
)
74
lock (
_elementsGate
)