4 references to IsIdentifierNameSyntax
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Runtime\BasicDetectPreviewFeatureAnalyzer.vb (4)
48If nullable IsNot Nothing AndAlso IsIdentifierNameSyntax(nullable.ElementType, previewInterfaceSymbol) Then 71If IsIdentifierNameSyntax(typeArgumentElementType, previewReturnTypeSymbol) Then 192If typeConstraint IsNot Nothing AndAlso IsIdentifierNameSyntax(typeConstraint.Type, previewSymbol) Then 204If IsIdentifierNameSyntax(returnType, previewReturnTypeSymbol) Then