3 references to GetPrefix
Microsoft.CodeAnalysis.Features (3)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (3)
70
methodName[
GetPrefix
.Length..],
99
=> HasPrefix(text,
GetPrefix
);
106
var setMethodName = "Set" + getMethod.Name[
GetPrefix
.Length..];