22 references to RegisterForPreparation
System.Private.TypeLoader (22)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (17)
53builder.RegisterForPreparation(Type); 74builder.RegisterForPreparation(Type.Instantiation[0]); 77builder.RegisterForPreparation(Type); 99builder.RegisterForPreparation(InterfaceType); 122builder.RegisterForPreparation(Method.OwningType); 124builder.RegisterForPreparation(type); 160builder.RegisterForPreparation(ConstraintType); 161builder.RegisterForPreparation(ConstrainedMethodType); 197builder.RegisterForPreparation(ConstraintType); 198builder.RegisterForPreparation(ConstrainedMethodType); 257builder.RegisterForPreparation(Type); 293builder.RegisterForPreparation(Type); 331builder.RegisterForPreparation(ContainingType); 358builder.RegisterForPreparation(Method.OwningType); 360builder.RegisterForPreparation(type); 386builder.RegisterForPreparation(Type); 409builder.RegisterForPreparation(Type);
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
102RegisterForPreparation(method.OwningType); 124RegisterForPreparation(type); 190RegisterForPreparation(instArg); 220RegisterForPreparation(functionPointerType.Signature.ReturnType); 222RegisterForPreparation(paramType);