3 instantiations of XmlFormatReaderGenerator
System.Runtime.Serialization (3)
System\Runtime\Serialization\ClassDataContract.cs (1)
308
XmlFormatClassReaderDelegate tempDelegate = new
XmlFormatReaderGenerator
().GenerateClassReader(this);
System\Runtime\Serialization\CollectionDataContract.cs (2)
433
XmlFormatCollectionReaderDelegate tempDelegate = new
XmlFormatReaderGenerator
().GenerateCollectionReader(this);
465
XmlFormatGetOnlyCollectionReaderDelegate tempDelegate = new
XmlFormatReaderGenerator
().GenerateGetOnlyCollectionReader(this);
2 references to XmlFormatReaderGenerator
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
245
getUninitializedObjectMethod = typeof(
XmlFormatReaderGenerator
).GetMethod("UnsafeGetUninitializedObject", Globals.ScanAllMembers, null, new Type[] { typeof(int) }, null);
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
181
getUninitializedObjectMethod = typeof(
XmlFormatReaderGenerator
).GetMethod("UnsafeGetUninitializedObject", Globals.ScanAllMembers, null, new Type[] { typeof(int) }, null);