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