2 overrides of IsInArgumentContext
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
19protected override bool IsInArgumentContext(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicUseOrdinalStringComparison.Fixer.vb (1)
17Protected Overrides Function IsInArgumentContext(node As SyntaxNode) As Boolean
2 references to IsInArgumentContext
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (2)
41if (IsInArgumentContext(node)) 61if (IsInArgumentContext(node))