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