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