2 overrides of GetCurrentConstructor
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateConstructor\CSharpGenerateConstructorService.cs (1)
185protected override IMethodSymbol GetCurrentConstructor(SemanticModel semanticModel, SyntaxToken token, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateConstructor\VisualBasicGenerateConstructorService.vb (1)
169Protected 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)
51var currentConstructor = GetCurrentConstructor(document.SemanticModel, state.Token, cancellationToken);