2 writes to _skeletonReferenceSet
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (2)
132_skeletonReferenceSet = this._skeletonReferenceSet, 187_skeletonReferenceSet = currentSkeletonReferenceSet;
6 references to _skeletonReferenceSet
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (6)
81/// Lock around <see cref="_version"/> and <see cref="_skeletonReferenceSet"/> to ensure they are updated/read 105/// cref="_skeletonReferenceSet"/> corresponds to. Initially set to <see cref="VersionStamp.Default"/>. 132_skeletonReferenceSet = this._skeletonReferenceSet, 138=> _skeletonReferenceSet?.GetOrCreateMetadataReference(properties); 173return _skeletonReferenceSet; 191return _skeletonReferenceSet;