6 references to PossiblyEmbeddedOrMySourceTree
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\LexicalSortKey.vb (1)
116Dim tree = DirectCast(location.PossiblyEmbeddedOrMySourceTree, VisualBasicSyntaxTree)
Symbols\Source\OverloadingHelper.vb (1)
156container.Locations(0).PossiblyEmbeddedOrMySourceTree(),
Symbols\Source\SourceFile.vb (3)
368If VisualBasicCompilation.ReportUnusedImportsInTree(location.PossiblyEmbeddedOrMySourceTree) Then 377compilation.RecordImportsClauseDependencies(location.PossiblyEmbeddedOrMySourceTree, importsClausePosition, dependencies) 384If Not VisualBasicCompilation.ReportUnusedImportsInTree(location.PossiblyEmbeddedOrMySourceTree) Then
Symbols\TypeParameterConstraint.vb (1)
29Debug.Assert((loc Is Nothing) OrElse loc.PossiblyEmbeddedOrMySourceTree IsNot Nothing)