1 instantiation of State
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
60var state = new State(document, classOrStructDecl, classOrStructType, interfaceTypes, model);
5 references to State
Microsoft.CodeAnalysis.CodeStyle.Fixes (5)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (3)
48var state = State.Generate(this, document, model, node, cancellationToken); 65return State.Generate(this, document, model, interfaceType, cancellationToken)?.Info;
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.State.cs (2)
42public static State? Generate( 60var state = new State(document, classOrStructDecl, classOrStructType, interfaceTypes, model);