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