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