2 overrides of KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
95
Friend Overrides ReadOnly Property
KeepLookingForDeclaredSpecialTypes
As Boolean
Symbols\Retargeting\RetargetingAssemblySymbol.vb (1)
168
Friend Overrides ReadOnly Property
KeepLookingForDeclaredSpecialTypes
As Boolean
5 references to KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PEModuleSymbol.vb (2)
275
Dim keepLookingForDeclaredCorTypes As Boolean = (_ordinal = 0 AndAlso _assemblySymbol.
KeepLookingForDeclaredSpecialTypes
)
286
keepLookingForDeclaredCorTypes = _assemblySymbol.
KeepLookingForDeclaredSpecialTypes
Symbols\Metadata\PE\PENamedTypeSymbolWithEmittedNamespaceName.vb (1)
36
If (Arity = 0 OrElse MangleName) AndAlso (moduleSymbol.ContainingAssembly.
KeepLookingForDeclaredSpecialTypes
) AndAlso Me.DeclaredAccessibility = Accessibility.Public Then
Symbols\Source\SourceNamespaceSymbol.vb (2)
58
If (containingAssembly.
KeepLookingForDeclaredSpecialTypes
) Then
66
If Not containingAssembly.
KeepLookingForDeclaredSpecialTypes
Then