1 implementation of GetDeconstructionReferenceLocation
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
223public Location GetDeconstructionReferenceLocation(SyntaxNode node)
1 reference to GetDeconstructionReferenceLocation
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
499var location = state.SyntaxFacts.GetDeconstructionReferenceLocation(node);