2 references to SyntaxStore
Microsoft.CodeAnalysis (2)
SourceGeneration\SyntaxStore.cs (2)
19internal static readonly SyntaxStore Empty = new SyntaxStore(StateTableStore.Empty, compilation: null); 174return new SyntaxStore(_tableBuilder.ToImmutable(), _compilation);