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