2 writes to RefCount
Microsoft.CodeAnalysis.Remote.Workspaces (2)
SolutionAssetStorage.cs (2)
72scope.RefCount++; 91scope.RefCount--;
4 references to RefCount
Microsoft.CodeAnalysis.Remote.Workspaces (4)
SolutionAssetStorage.cs (4)
71Contract.ThrowIfTrue(scope.RefCount <= 0); 90Contract.ThrowIfTrue(scope.RefCount <= 0); 94if (scope.RefCount > 0) 135scope.RefCount >= 1;