7 references to ILGenForCreateInstance
System.Private.Xml (7)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (6)
621
ReflectionAwareILGen.
ILGenForCreateInstance
(ilg, mappings[i].TypeDesc!.Type!, false, false);
1256
ReflectionAwareILGen.
ILGenForCreateInstance
(ilg, td.Type!, false, false);
2182
ReflectionAwareILGen.
ILGenForCreateInstance
(ilg, member.Mapping.TypeDesc.Type!, typeDesc.CannotNew, true);
3229
ReflectionAwareILGen.
ILGenForCreateInstance
(ilg, sm.TypeDesc!.Type!, sm.TypeDesc.CannotNew, false);
3300
ReflectionAwareILGen.
ILGenForCreateInstance
(ilg, derived.TypeDesc!.Type!, derived.TypeDesc.CannotNew, false);
3441
ReflectionAwareILGen.
ILGenForCreateInstance
(ilg, mapping.TypeDesc.Type!, mapping.TypeDesc.CannotNew, true);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
2532
ILGenForCreateInstance
(ilg, type, ctorInaccessible, ctorInaccessible);