2 implementations of IsNameOfSubpattern
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
632
public bool
IsNameOfSubpattern
([NotNullWhen(true)] SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
694
Public Function
IsNameOfSubpattern
(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsNameOfSubpattern
1 reference to IsNameOfSubpattern
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
694
Public Function IsNameOfSubpattern(node As SyntaxNode) As Boolean Implements ISyntaxFacts.
IsNameOfSubpattern