1 override of GetIdentifier
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Maintainability\CSharpMakeTypesInternal.cs (1)
15
protected override SyntaxToken?
GetIdentifier
(SyntaxNode type) => type switch
1 reference to GetIdentifier
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\Maintainability\MakeTypesInternal.cs (1)
53
&&
GetIdentifier
(namedTypeSymbol.DeclaringSyntaxReferences[0].GetSyntax()) is SyntaxToken identifier)