2 overrides of KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MetadataOrSourceAssemblySymbol.cs (1)
111
internal override bool
KeepLookingForDeclaredSpecialTypes
Symbols\Retargeting\RetargetingAssemblySymbol.cs (1)
174
internal override bool
KeepLookingForDeclaredSpecialTypes
6 references to KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
483
bool keepLookingForDeclaredCorTypes = (_ordinal == 0 && _assemblySymbol.
KeepLookingForDeclaredSpecialTypes
);
497
keepLookingForDeclaredCorTypes = _assemblySymbol.
KeepLookingForDeclaredSpecialTypes
;
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
343
moduleSymbol.ContainingAssembly.
KeepLookingForDeclaredSpecialTypes
&&
Symbols\Source\SourceMemberContainerSymbol.cs (1)
275
ContainingSymbol.ContainingAssembly.
KeepLookingForDeclaredSpecialTypes
)
Symbols\Source\SourceNamespaceSymbol.cs (2)
433
if (containingAssembly.
KeepLookingForDeclaredSpecialTypes
)
446
if (!containingAssembly.
KeepLookingForDeclaredSpecialTypes
)