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