2 implementations of AndPattern
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxKinds.cs (1)
110
public int?
AndPattern
=> (int)SyntaxKind.AndPattern;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
113
Public ReadOnly Property
AndPattern
As Integer? Implements ISyntaxKinds.AndPattern
2 references to AndPattern
Microsoft.CodeAnalysis.CodeStyle (1)
ISyntaxFactsExtensions.cs (1)
856
=> node?.RawKind == syntaxFacts.SyntaxKinds.
AndPattern
;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
113
Public ReadOnly Property AndPattern As Integer? Implements ISyntaxKinds.
AndPattern