1 instantiation of SyntaxValueProvider
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
48
public SyntaxValueProvider SyntaxProvider =>
new
(this, _syntaxInputBuilder, RegisterOutput, SyntaxHelper);
5 references to SyntaxValueProvider
Microsoft.CodeAnalysis (2)
SourceGeneration\IncrementalContexts.cs (1)
48
public
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}"/>.
System.Text.Json.SourceGeneration (3)
src\libraries\Common\src\Roslyn\SyntaxValueProvider_ForAttributeWithMetadataName.cs (2)
39
/// name matches the name requested in <see cref="
SyntaxValueProvider
.ForAttributeWithMetadataName{T}"/>.
89
this
SyntaxValueProvider
@this,
src\libraries\Common\src\Roslyn\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
88
this
SyntaxValueProvider
@this,