2 overrides of GetDeconstructInfo
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddImportFeatureService.cs (1)
240
protected override ITypeSymbol
GetDeconstructInfo
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddImport\VisualBasicAddImportFeatureService.vb (1)
221
Protected Overrides Function
GetDeconstructInfo
(semanticModel As SemanticModel, node As SyntaxNode, cancellationToken As CancellationToken) As ITypeSymbol
1 reference to GetDeconstructInfo
Microsoft.CodeAnalysis.Features (1)
AddImport\SymbolReferenceFinder.cs (1)
540
var type = _owner.
GetDeconstructInfo
(_semanticModel, _node, searchScope.CancellationToken);