10 references to PossiblyEmbeddedOrMySourceTree
Microsoft.CodeAnalysis.VisualBasic (9)
Compilation\MethodCompiler.vb (2)
420method.ContainingType.Locations(0).PossiblyEmbeddedOrMySourceTree(), 586sourceTypeSymbol.Locations(0).PossiblyEmbeddedOrMySourceTree,
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
112sourceMethod.ContainingType.Locations(0).PossiblyEmbeddedOrMySourceTree(),
Symbols\LexicalSortKey.vb (1)
116Dim tree = DirectCast(location.PossiblyEmbeddedOrMySourceTree, VisualBasicSyntaxTree)
Symbols\Source\OverloadingHelper.vb (1)
156container.Locations(0).PossiblyEmbeddedOrMySourceTree(),
Symbols\Source\SourceFile.vb (3)
364If VisualBasicCompilation.ReportUnusedImportsInTree(location.PossiblyEmbeddedOrMySourceTree) Then 373compilation.RecordImportsClauseDependencies(location.PossiblyEmbeddedOrMySourceTree, importsClausePosition, dependencies) 380If Not VisualBasicCompilation.ReportUnusedImportsInTree(location.PossiblyEmbeddedOrMySourceTree) Then
Symbols\TypeParameterConstraint.vb (1)
29Debug.Assert((loc Is Nothing) OrElse loc.PossiblyEmbeddedOrMySourceTree IsNot Nothing)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\SourceSymbolTests.vb (1)
409Order By l.PossiblyEmbeddedOrMySourceTree.FilePath