4 instantiations of SyntaxInputNode
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\SyntaxInputNode.cs (2)
36
public IIncrementalGeneratorNode<T> WithComparer(IEqualityComparer<T> comparer) => new
SyntaxInputNode
<T>(_inputNode, _registerOutput, comparer, _name);
38
public IIncrementalGeneratorNode<T> WithTrackingName(string name) => new
SyntaxInputNode
<T>(_inputNode, _registerOutput, _comparer, name);
SourceGeneration\Nodes\SyntaxValueProvider.cs (2)
46
new
SyntaxInputNode
<T>(
57
var node = new
SyntaxInputNode
<ISyntaxContextReceiver?>(
1 reference to SyntaxInputNode
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider.cs (1)
57
var
node = new SyntaxInputNode<ISyntaxContextReceiver?>(