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