1 instantiation of State
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
62
var state = new
State
(interfaceNode, classOrStructDecl, classOrStructType, interfaceTypes, model);
21 references to State
Microsoft.CodeAnalysis.Features (21)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (8)
34
protected readonly
State
State;
42
State
state,
63
State
state)
72
State
state)
81
State
state)
90
State
state,
100
State
state)
136
State
state,
ImplementInterface\AbstractImplementInterfaceService.cs (7)
46
var
state =
State
.Generate(this, document, model, node, cancellationToken);
65
var
state =
State
.Generate(this, document, model, node, cancellationToken);
69
private IEnumerable<CodeAction> GetActions(Document document, ImplementTypeGenerationOptions options,
State
state)
134
private static bool AnyImplementedImplicitly(
State
state)
159
private static IList<ISymbol> GetDelegatableMembers(
State
state)
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (4)
62
private static bool ShouldImplementDisposePattern(
State
state, bool explicitly)
95
State
state,
106
State
state)
115
State
state)
ImplementInterface\AbstractImplementInterfaceService.State.cs (2)
44
public static
State
Generate(
62
var
state = new State(interfaceNode, classOrStructDecl, classOrStructType, interfaceTypes, model);