2 references to Empty
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\DriverStateTable.cs (1)
20internal static DriverStateTable Empty { get; } = new DriverStateTable(StateTableStore.Empty);
SourceGeneration\SyntaxStore.cs (1)
19internal static readonly SyntaxStore Empty = new SyntaxStore(StateTableStore.Empty, compilation: null);