5 writes to Explicitly
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProvider.cs (1)
64document, info, options, new() { Explicitly = true }, compilation, member);
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProvider.ItemGetter.cs (1)
149Document, info, options, new() { Explicitly = true }, semanticModel.Compilation, member);
Microsoft.CodeAnalysis.Features (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.Features (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)
36private bool Explicitly => Configuration.Explicitly;