2 overrides of GetArgumentType
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateConstructor\CSharpGenerateConstructorService.cs (1)
179protected override ITypeSymbol GetArgumentType(SemanticModel semanticModel, Argument argument, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateConstructor\VisualBasicGenerateConstructorService.vb (1)
44Protected Overrides Function GetArgumentType(
1 reference to GetArgumentType
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateConstructor\AbstractGenerateConstructorService.State.cs (1)
279var allTypes = _arguments.Select(a => _service.GetArgumentType(_document.SemanticModel, a, cancellationToken));