1 override of GetDelegatedConstructor
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
185
protected override IMethodSymbol?
GetDelegatedConstructor
(SemanticModel semanticModel, IMethodSymbol constructor, CancellationToken cancellationToken)
1 reference to GetDelegatedConstructor
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.cs (1)
69
currentDelegatedConstructor =
GetDelegatedConstructor
(document.SemanticModel, currentDelegatedConstructor, cancellationToken);