1 write to _compilation
Microsoft.CodeAnalysis (1)
SourceGeneration\SyntaxStore.cs (1)
42
_compilation
= compilation;
3 references to _compilation
Microsoft.CodeAnalysis (3)
SourceGeneration\SyntaxStore.cs (3)
59
var compilationIsCached =
_compilation
== _previous._compilation;
90
var model = state != EntryState.Removed ? new Lazy<SemanticModel>(() =>
_compilation
.GetSemanticModel(tree)) : null;
174
return new SyntaxStore(_tableBuilder.ToImmutable(),
_compilation
);