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)
59var compilationIsCached = _compilation == _previous._compilation; 90var model = state != EntryState.Removed ? new Lazy<SemanticModel>(() => _compilation.GetSemanticModel(tree)) : null; 174return new SyntaxStore(_tableBuilder.ToImmutable(), _compilation);