4 references to Empty
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\DriverStateTable.cs (1)
68
previousTable ??= NodeStateTable<T>.
Empty
;
SourceGeneration\Nodes\InputNode.cs (1)
130
var tableBuilder = NodeStateTable<T>.
Empty
.ToBuilder(_name, stepTrackingEnabled: false, tableCapacity: inputs.Length);
SourceGeneration\Nodes\NodeStateTable.cs (1)
525
return NodeStateTable<T>.
Empty
;
SourceGeneration\Nodes\StateTableStore.cs (1)
25
return GetStateTable<T>(input) ?? NodeStateTable<T>.
Empty
;