3 references to GetReplacementMethodName
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpSpecifyCultureForToLowerAndToUpper.Fixer.cs (2)
50var replacementMethodName = GetReplacementMethodName(memberAccess.Name.Identifier.Text); 58var replacementMethodName = GetReplacementMethodName(memberBinding.Name.Identifier.Text);
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicSpecifyCultureForToLowerAndToUpper.Fixer.vb (1)
62Dim replacementMethodName = GetReplacementMethodName(memberAccess.Name.Identifier.Text)