2 implementations of SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
48
public SkeletonReferenceCache
SkeletonReferenceCache
{ get; }
Workspace\Solution\SolutionState.GeneratedFileReplacingCompilationTracker.cs (1)
36
public SkeletonReferenceCache
SkeletonReferenceCache
{ get; }
2 references to SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.cs (1)
1999
return await tracker.
SkeletonReferenceCache
.GetOrBuildReferenceAsync(
Workspace\Solution\SolutionState.GeneratedFileReplacingCompilationTracker.cs (1)
43
SkeletonReferenceCache = underlyingTracker.
SkeletonReferenceCache
.Clone();