1 instantiation of SyntaxValueProvider
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
54public SyntaxValueProvider SyntaxProvider => new(this, _syntaxInputBuilder, RegisterOutput, SyntaxHelper);
3 references to SyntaxValueProvider
Microsoft.CodeAnalysis (3)
SourceGeneration\IncrementalContexts.cs (2)
51/// Gets a <see cref="SyntaxValueProvider"/> that can be used to create syntax-based input nodes for the incremental generator pipeline. 54public SyntaxValueProvider SyntaxProvider => new(this, _syntaxInputBuilder, RegisterOutput, SyntaxHelper);
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
37/// name matches the name requested in <see cref="SyntaxValueProvider.ForAttributeWithMetadataName{T}"/>.