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