2 instantiations of SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
80: this(project, state: null, skeletonReferenceCacheToClone: new())
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (1)
129return new SkeletonReferenceCache
8 references to SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\SolutionCompilationState.ICompilationTracker.cs (1)
76SkeletonReferenceCache GetClonedSkeletonReferenceCache();
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
50private SkeletonReferenceCache _skeletonReferenceCache; 61in SkeletonReferenceCache skeletonReferenceCacheToClone) 907public SkeletonReferenceCache GetClonedSkeletonReferenceCache()
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (2)
115/// Produces a copy of the <see cref="SkeletonReferenceCache"/>, allowing forks of <see cref="ProjectState"/> to 120public readonly SkeletonReferenceCache Clone()
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (2)
48private SkeletonReferenceCache _skeletonReferenceCache; 243public SkeletonReferenceCache GetClonedSkeletonReferenceCache()