2 implementations of IsPredefinedType
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
316
public bool
IsPredefinedType
(SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
311
Public Function
IsPredefinedType
(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsPredefinedType
1 reference to IsPredefinedType
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
311
Public Function IsPredefinedType(node As SyntaxNode) As Boolean Implements ISyntaxFacts.
IsPredefinedType