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); 120builder.RegisterForPreparation(ConstraintType); 121builder.RegisterForPreparation(ConstrainedMethodType); 157builder.RegisterForPreparation(ConstraintType); 158builder.RegisterForPreparation(ConstrainedMethodType); 217builder.RegisterForPreparation(Type); 253builder.RegisterForPreparation(Type); 291builder.RegisterForPreparation(ContainingType); 318builder.RegisterForPreparation(Method.OwningType); 320builder.RegisterForPreparation(type); 347builder.RegisterForPreparation(Type); 370builder.RegisterForPreparation(Type);
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
102RegisterForPreparation(method.OwningType); 124RegisterForPreparation(type); 190RegisterForPreparation(instArg); 220RegisterForPreparation(functionPointerType.Signature.ReturnType); 222RegisterForPreparation(paramType);