3 references to GetDestinationNode
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CodeGeneration\CodeGenerationTests.cs (3)
555
var oldNode = testContext.
GetDestinationNode
();
571
var taggedNode = testContext.
GetDestinationNode
();
594
var declarationNode = testContext.
GetDestinationNode
().FirstAncestorOrSelf<T>();