Implemented interface member:
property
SkeletonReferenceCache
Microsoft.CodeAnalysis.SolutionState.ICompilationTracker.SkeletonReferenceCache
1 write to SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
59this.SkeletonReferenceCache = cachedSkeletonReferences;
4 references to SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionState.CompilationTracker.cs (4)
148return new CompilationTracker(newProject, newState, this.SkeletonReferenceCache.Clone()); 162return new CompilationTracker(newProject, newState, this.SkeletonReferenceCache.Clone()); 248return new CompilationTracker(inProgressProject, finalState, this.SkeletonReferenceCache.Clone()); 1022return this.SkeletonReferenceCache.TryGetAlreadyBuiltMetadataReference(properties);