2 overrides of GetCurrentConstructor
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateConstructor\CSharpGenerateConstructorService.cs (1)
185
protected override IMethodSymbol
GetCurrentConstructor
(SemanticModel semanticModel, SyntaxToken token, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateConstructor\VisualBasicGenerateConstructorService.vb (1)
169
Protected Overrides Function
GetCurrentConstructor
(semanticModel As SemanticModel, token As SyntaxToken, cancellationToken As CancellationToken) As IMethodSymbol
1 reference to GetCurrentConstructor
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateConstructor\AbstractGenerateConstructorService.cs (1)
51
var currentConstructor =
GetCurrentConstructor
(document.SemanticModel, state.Token, cancellationToken);