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