3 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);
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicSpecifyCultureForToLowerAndToUpper.Fixer.vb (1)
61Dim replacementMethodName = GetReplacementMethodName(memberAccess.Name.Identifier.Text)