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