3 references to IsCandidateSyntaxNode
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
ConfigurationBindingGenerator.cs (1)
42
(node, _) => BinderInvocation.
IsCandidateSyntaxNode
(node),
ConfigurationBindingGenerator.Suppressor.cs (1)
76
if (!BinderInvocation.
IsCandidateSyntaxNode
(invocation))
Parser\BinderInvocation.cs (1)
25
Debug.Assert(
IsCandidateSyntaxNode
(context.Node));