3 writes to Explicitly
Microsoft.CodeAnalysis.Features (3)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceCodeFixProvider.cs (3)
163
yield return new() {
Explicitly
= true };
166
yield return new() { ImplementDisposePattern = true,
Explicitly
= true };
170
yield return new() { OnlyRemaining = true,
Explicitly
= true };
4 references to Explicitly
Microsoft.CodeAnalysis.Features (4)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceCodeFixProvider.cs (3)
77
return options.
Explicitly
81
else if (options.
Explicitly
)
116
return options.
Explicitly
.ToString() + ";" +
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator.cs (1)
42
private bool Explicitly => Configuration.
Explicitly
;