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