4 references to _gate
Microsoft.CodeAnalysis.Remote.Workspaces (4)
SolutionAssetStorage.cs (3)
38
lock (
_gate
)
81
lock (
_gate
)
98
lock (
_gate
)
SolutionAssetStorage.Scope.cs (1)
29
/// Only safe to read write while <see cref="
_gate
"/> is held.