10 instantiations of new
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProvider.cs (1)
64
document, info, options,
new
() { Explicitly = true }, compilation, member);
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProvider.ItemGetter.cs (1)
149
Document, info, options,
new
() { Explicitly = true }, semanticModel.Compilation, member);
Microsoft.CodeAnalysis.Features (8)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (8)
72
this, document, state.Info, options,
new
() { OnlyRemaining = true, ImplementDisposePattern = implementDisposePattern });
198
yield return
new
() { OnlyRemaining = true };
201
yield return
new
() { OnlyRemaining = true, ImplementDisposePattern = true, };
205
yield return
new
() { ThroughMember = member };
208
yield return
new
() { OnlyRemaining = true, Abstractly = true };
213
yield return
new
() { Explicitly = true };
216
yield return
new
() { ImplementDisposePattern = true, Explicitly = true };
220
yield return
new
() { OnlyRemaining = true, Explicitly = true };
9 references to new
Microsoft.CodeAnalysis.Features (9)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (6)
111
ImplementInterfaceConfiguration
configuration,
123
ImplementInterfaceConfiguration
configuration,
159
await foreach (
var
implementOptions in GetImplementOptionsAsync(document, info, cancellationToken).ConfigureAwait(false))
173
private static async IAsyncEnumerable<
ImplementInterfaceConfiguration
> GetImplementOptionsAsync(
223
private static string GetTitle(
ImplementInterfaceConfiguration
options)
253
ImplementInterfaceConfiguration
options)
src\Analyzers\Core\CodeFixes\ImplementInterface\IImplementInterfaceService.cs (1)
36
ImplementInterfaceConfiguration
configuration,
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator.cs (2)
34
private readonly
ImplementInterfaceConfiguration
Configuration;
47
ImplementInterfaceConfiguration
configuration)