4 references to IsReflectionBlocked
ILCompiler.Compiler (4)
Compiler\MetadataManager.cs (4)
1190
if (
IsReflectionBlocked
(type.Instantiation))
1213
if (typicalFieldDefinition != field &&
IsReflectionBlocked
(field.OwningType.Instantiation))
1224
if (method != methodDefinition &&
IsReflectionBlocked
(method.Instantiation))
1230
if (typicalMethodDefinition != methodDefinition &&
IsReflectionBlocked
(method.OwningType.Instantiation))