1 write to _sourceNode
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\BatchNode.cs (1)
24
_sourceNode
= sourceNode;
4 references to _sourceNode
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\BatchNode.cs (4)
29
public IIncrementalGeneratorNode<ImmutableArray<TInput>> WithComparer(IEqualityComparer<ImmutableArray<TInput>> comparer) => new BatchNode<TInput>(
_sourceNode
, comparer, _name);
31
public IIncrementalGeneratorNode<ImmutableArray<TInput>> WithTrackingName(string name) => new BatchNode<TInput>(
_sourceNode
, _comparer, name);
114
var sourceTable = builder.GetLatestStateTableForNode(
_sourceNode
);
150
public void RegisterOutput(IIncrementalGeneratorOutputNode output) =>
_sourceNode
.RegisterOutput(output);