2 references to GetReplacementMethodName
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpSpecifyCultureForToLowerAndToUpper.Fixer.cs (2)
58var replacementMethodName = GetReplacementMethodName(memberAccess.Name.Identifier.Text); 63var bindingReplacementMethodName = GetReplacementMethodName(memberBinding.Name.Identifier.Text);