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