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