2 overrides of IsInIdentifierNameContext
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
44protected override bool IsInIdentifierNameContext(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicUseOrdinalStringComparison.Fixer.vb (1)
39Protected Overrides Function IsInIdentifierNameContext(node As SyntaxNode) As Boolean
1 reference to IsInIdentifierNameContext
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (1)
37else if (IsInIdentifierNameContext(node))