20 references to RegisterForPreparation
System.Private.TypeLoader (20)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (15)
51builder.RegisterForPreparation(Type); 72builder.RegisterForPreparation(Type.Instantiation[0]); 75builder.RegisterForPreparation(Type); 97builder.RegisterForPreparation(InterfaceType); 126builder.RegisterForPreparation(ConstraintType); 127builder.RegisterForPreparation(ConstrainedMethodType); 163builder.RegisterForPreparation(ConstraintType); 164builder.RegisterForPreparation(ConstrainedMethodType); 223builder.RegisterForPreparation(Type); 259builder.RegisterForPreparation(Type); 297builder.RegisterForPreparation(ContainingType); 324builder.RegisterForPreparation(Method.OwningType); 326builder.RegisterForPreparation(type); 353builder.RegisterForPreparation(Type); 376builder.RegisterForPreparation(Type);
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
102RegisterForPreparation(method.OwningType); 124RegisterForPreparation(type); 190RegisterForPreparation(instArg); 220RegisterForPreparation(functionPointerType.Signature.ReturnType); 222RegisterForPreparation(paramType);