2 overrides of Implement_0
Microsoft.CodeAnalysis.CSharp.Features (2)
ImplementInterface\CSharpImplementExplicitlyCodeRefactoringProvider.cs (1)
33
protected override string
Implement_0
=> FeaturesResources.Implement_0_explicitly;
ImplementInterface\CSharpImplementImplicitlyCodeRefactoringProvider.cs (1)
27
protected override string
Implement_0
=> FeaturesResources.Implement_0_implicitly;
4 references to Implement_0
Microsoft.CodeAnalysis.CSharp.Features (4)
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (4)
77
string.Format(
Implement_0
, firstImplName),
79
nameof(
Implement_0
) + firstImplName);
109
string.Format(
Implement_0
, string.Join(", ", interfaceNames)),
111
nameof(
Implement_0
) + string.Join(", ", interfaceNames)));