2 instantiations of SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
67: this(project, CompilationTrackerState.Empty, cachedSkeletonReferences: new())
Workspace\Solution\SolutionState.SkeletonReferenceCache.cs (1)
124return new SkeletonReferenceCache(_version, _skeletonReferenceSet);
6 references to SkeletonReferenceCache
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\SolutionState.CompilationTracker.cs (2)
48public SkeletonReferenceCache SkeletonReferenceCache { get; } 53SkeletonReferenceCache cachedSkeletonReferences)
Workspace\Solution\SolutionState.GeneratedFileReplacingCompilationTracker.cs (1)
36public SkeletonReferenceCache SkeletonReferenceCache { get; }
Workspace\Solution\SolutionState.ICompilationTracker.cs (1)
20SkeletonReferenceCache SkeletonReferenceCache { get; }
Workspace\Solution\SolutionState.SkeletonReferenceCache.cs (2)
111/// Produces a copy of the <see cref="SkeletonReferenceCache"/>, allowing forks of <see cref="ProjectState"/> to 116public SkeletonReferenceCache Clone()