2 overrides of FixArgument
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
25
protected override void
FixArgument
(SyntaxNode argument, SyntaxEditor editor)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicUseOrdinalStringComparison.Fixer.vb (1)
23
Protected Overrides Sub
FixArgument
(argument As SyntaxNode, editor As SyntaxEditor)
1 reference to FixArgument
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (1)
65
FixArgument
(node, editor);