2 overrides of GetArgumentList
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpUseStringMethodCharOverloadWithSingleCharacters.cs (1)
14protected override SyntaxNode? GetArgumentList(SyntaxNode argumentNode)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicUseStringMethodCharOverloadWithSingleCharacters.vb (1)
14Protected Overrides Function GetArgumentList(argumentNode As SyntaxNode) As SyntaxNode
1 reference to GetArgumentList
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.cs (1)
143var argumentList = GetArgumentList(stringArgument.Syntax);