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