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