1 write to Service
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
48
Service
= service;
11 references to Service
Microsoft.CodeAnalysis.Features (11)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (5)
259
if (!(member.ExplicitInterfaceImplementations().Any() &&
Service
.HasHiddenExplicitImplementation))
339
if (
Service
.HasHiddenExplicitImplementation)
377
var allowDelegateAndEnumConstraints = this.
Service
.AllowDelegateAndEnumConstraints(options);
405
var useExplicitInterfaceSymbol = generateInvisibly || !
Service
.CanImplementImplicitly;
517
if (!
Service
.CanImplementImplicitly)
ImplementInterface\AbstractImplementInterfaceService.CodeAction_Conflicts.cs (2)
37
if (
Service
.HasHiddenExplicitImplementation)
65
if (!
Service
.CanImplementImplicitly)
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (4)
211
var disposeMethodDisplayString = this.
Service
.ToDisplayString(disposeImplMethod, s_format);
218
var finalizer =
Service
.CreateFinalizer(g, classType, disposeMethodDisplayString);
245
ifDisposingStatement =
Service
.AddCommentInsideIfStatement(
313
var explicitInterfaceImplementations = Explicitly || !
Service
.CanImplementImplicitly