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\AbstractImplementInterfaceService.cs (3)
213yield return new() { Explicitly = true }; 216yield return new() { ImplementDisposePattern = true, Explicitly = true }; 220yield return new() { OnlyRemaining = true, Explicitly = true };
4 references to Explicitly
Microsoft.CodeAnalysis.Features (4)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (3)
227return options.Explicitly 231else if (options.Explicitly) 266return options.Explicitly.ToString() + ";" +
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator.cs (1)
36private bool Explicitly => Configuration.Explicitly;