2 overrides of GetNewArgumentsForInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpRecommendCaseInsensitiveStringComparisonFixer.cs (1)
21
protected override IEnumerable<SyntaxNode>
GetNewArgumentsForInvocation
(SyntaxGenerator generator,
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicRecommendCaseInsensitiveStringComparisonFixer.vb (1)
17
Protected Overrides Function
GetNewArgumentsForInvocation
(generator As SyntaxGenerator,
1 reference to GetNewArgumentsForInvocation
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Fixer.cs (1)
173
IEnumerable<SyntaxNode> newArguments =
GetNewArgumentsForInvocation
(generator,