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