1 override of GetCurrentConstructor
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
182
protected override IMethodSymbol?
GetCurrentConstructor
(SemanticModel semanticModel, SyntaxToken token, CancellationToken cancellationToken)
1 reference to GetCurrentConstructor
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.cs (1)
51
var currentConstructor =
GetCurrentConstructor
(document.SemanticModel, state.Token, cancellationToken);