1 instantiation of State
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
60
var 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)
48
var
state =
State
.Generate(this, document, model, node, cancellationToken);
65
return
State
.Generate(this, document, model, interfaceType, cancellationToken)?.Info;
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.State.cs (2)
42
public static
State
? Generate(
60
var
state = new State(document, classOrStructDecl, classOrStructType, interfaceTypes, model);