13 references to IsReflectionBlocked
ILCompiler.Compiler (13)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (2)
262
if (factory.MetadataManager.
IsReflectionBlocked
(type))
293
if (factory.MetadataManager.
IsReflectionBlocked
(typeofType))
Compiler\DependencyAnalysis\TypeMetadataNode.cs (1)
185
Debug.Assert(!factory.MetadataManager.
IsReflectionBlocked
(_type));
Compiler\MetadataManager.cs (4)
1170
return
IsReflectionBlocked
(parameterType);
1176
if (
IsReflectionBlocked
(pointerSignature[i]))
1179
return
IsReflectionBlocked
(pointerSignature.ReturnType);
1204
if (
IsReflectionBlocked
(type) && !type.IsCanonicalDefinitionType(CanonicalFormKind.Any))
Compiler\RootingHelpers.cs (1)
255
if (factory.MetadataManager.
IsReflectionBlocked
(type))
Compiler\UsageBasedMetadataManager.cs (4)
214
if (!
IsReflectionBlocked
(type))
419
if (type.HasInstantiation && !type.IsGenericDefinition && !
IsReflectionBlocked
(type))
489
if (type.HasInstantiation && !type.IsTypeDefinition && !
IsReflectionBlocked
(type))
869
if (
IsReflectionBlocked
(constructedType))
IL\ILImporter.Scanner.cs (1)
1005
if (!_factory.MetadataManager.
IsReflectionBlocked
(typeEqualityCheckType)