1 override of IsInArgumentContext
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
19protected override bool IsInArgumentContext(SyntaxNode node)
2 references to IsInArgumentContext
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (2)
41if (IsInArgumentContext(node)) 61if (IsInArgumentContext(node))