4 references to IsReflectionBlocked
ILCompiler.Compiler (4)
Compiler\MetadataManager.cs (4)
1202
if (
IsReflectionBlocked
(type.Instantiation))
1225
if (typicalFieldDefinition != field &&
IsReflectionBlocked
(field.OwningType.Instantiation))
1236
if (method != methodDefinition &&
IsReflectionBlocked
(method.Instantiation))
1242
if (typicalMethodDefinition != methodDefinition &&
IsReflectionBlocked
(method.OwningType.Instantiation))