1 write to IsEmbedded
Microsoft.CodeAnalysis.VisualBasic (1)
Declarations\DeclarationTable.vb (1)
23
Me.
IsEmbedded
= isEmbedded
2 references to IsEmbedded
Microsoft.CodeAnalysis.VisualBasic (2)
Declarations\DeclarationTable.vb (2)
134
Return _allOlderRootDeclarations.InInsertionOrder.Where(Function(d) Not d.
IsEmbedded
AndAlso d.Root.Value IsNot Nothing).SelectMany(Function(d) selector(d.Root.Value)).AsImmutable()
227
Return If((_latestLazyRootDeclaration IsNot Nothing) AndAlso (includeEmbedded OrElse Not _latestLazyRootDeclaration.
IsEmbedded
),