3 writes to Explicitly
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceCodeFixProvider.cs (3)
165yield return new() { Explicitly = true }; 168yield return new() { ImplementDisposePattern = true, Explicitly = true }; 172yield return new() { OnlyRemaining = true, Explicitly = true };
4 references to Explicitly
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceCodeFixProvider.cs (3)
78return options.Explicitly 82else if (options.Explicitly) 117return options.Explicitly.ToString() + ";" +
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator.cs (1)
42private bool Explicitly => Configuration.Explicitly;