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