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