2 implementations of GetClonedSkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
908public SkeletonReferenceCache GetClonedSkeletonReferenceCache()
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
219public SkeletonReferenceCache GetClonedSkeletonReferenceCache()
1 reference to GetClonedSkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
54_skeletonReferenceCache = underlyingTracker.GetClonedSkeletonReferenceCache();