4 references to Implement_0
Microsoft.CodeAnalysis.CSharp.Features (4)
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (4)
78
string.Format(
Implement_0
, firstImplName),
80
nameof(
Implement_0
) + firstImplName);
110
string.Format(
Implement_0
, string.Join(", ", interfaceNames)),
112
nameof(
Implement_0
) + string.Join(", ", interfaceNames)));