1 instantiation of NodeStateEntry
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
119
_current = new
NodeStateEntry
<T>(_inputEntry.GetItem(_nextInputEntryIndex), _inputEntry.GetState(_nextInputEntryIndex), _nextInputEntryIndex, _step);
11 references to NodeStateEntry
Microsoft.CodeAnalysis (11)
SourceGeneration\Nodes\BatchNode.cs (3)
42
foreach (
var
entry in sourceTable)
74
foreach (
var
entry in sourceTable)
98
foreach (
var
entry in sourceTable)
SourceGeneration\Nodes\CombineNode.cs (2)
61
foreach (
var
entry1 in input1Table)
93
foreach (
var
entry in input1Table)
SourceGeneration\Nodes\HostOutputNode.cs (1)
47
foreach (
var
entry in sourceTable)
SourceGeneration\Nodes\NodeStateTable.cs (3)
101
private
NodeStateEntry
<T> _current;
111
public
NodeStateEntry
<T> Current => _current;
191
foreach (
var
entry in inputTable)
SourceGeneration\Nodes\SourceOutputNode.cs (1)
55
foreach (
var
entry in sourceTable)
SourceGeneration\Nodes\TransformNode.cs (1)
69
foreach (
var
entry in sourceTable)