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