2 overrides of GetIdentifier
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Maintainability\CSharpMakeTypesInternal.cs (1)
15
protected override SyntaxToken?
GetIdentifier
(SyntaxNode type) => type switch
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Maintainability\BasicMakeTypesInternal.vb (1)
13
Protected Overrides Function
GetIdentifier
(type As SyntaxNode) As SyntaxToken?
1 reference to GetIdentifier
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Maintainability\MakeTypesInternal.cs (1)
53
&&
GetIdentifier
(namedTypeSymbol.DeclaringSyntaxReferences[0].GetSyntax()) is SyntaxToken identifier)