29 references to Call
System.Runtime.Serialization (29)
System\Runtime\Serialization\CodeGenerator.cs (1)
713Call(obj, ArraySetValue, value, arrayIndex);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (9)
512ilg.Call(contextArg, XmlFormatGeneratorStatics.ReadSerializationInfoMethod, xmlReaderArg, classContract.UnderlyingType); 728ilg.Call(null, ensureArraySizeMethod, growingCollection, i); 747ilg.Call(null, trimArraySizeMethod, growingCollection, i); 749ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId, objectLocal); 755ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId, objectLocal); 915ilg.Call(null, XmlFormatGeneratorStatics.ThrowArrayExceededSizeExceptionMethod, size, type); 1046ilg.Call(collection, collectionContract.AddMethod, pairKey, pairValue); 1064ilg.Call(xmlReaderArg, JsonFormatGeneratorStatics.IsStartElementMethod2, nameArg, nsArg); 1082ilg.Call(null, XmlFormatGeneratorStatics.CreateUnexpectedStateExceptionMethod, expectedState, xmlReaderArg);
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (5)
262ilg.Call(contextArg, JsonFormatGeneratorStatics.WriteJsonISerializableMethod, xmlWriterArg, objectLocal); 330ilg.Call(null, XmlFormatGeneratorStatics.ThrowRequiredMemberMustBeEmittedMethod, member.Name, classContract.UnderlyingType); 362ilg.Call(contextArg, XmlFormatGeneratorStatics.IncrementArrayCountMethod, xmlWriterArg, objectLocal); 400ilg.Call(contextArg, incrementCollectionCountMethod, xmlWriterArg, objectLocal); 701ilg.Call(contextArg, primitiveContract.XmlFormatContentWriterMethod, xmlWriterArg, memberValue);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (9)
468ilg.Call(contextArg, XmlFormatGeneratorStatics.ReadSerializationInfoMethod, xmlReaderArg, classContract.UnderlyingType); 679ilg.Call(null, ensureArraySizeMethod, growingCollection, i); 698ilg.Call(null, trimArraySizeMethod, growingCollection, i); 700ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId, objectLocal); 730ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId, objectLocal); 775ilg.Call(null, XmlFormatGeneratorStatics.ThrowArrayExceededSizeExceptionMethod, size, type); 885ilg.Call(collection, collectionContract.AddMethod, pairKey, pairValue); 910ilg.Call(xmlReaderArg, XmlFormatGeneratorStatics.IsStartElementMethod2, nameArg, nsArg); 928ilg.Call(null, XmlFormatGeneratorStatics.CreateUnexpectedStateExceptionMethod, expectedState, xmlReaderArg);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (5)
256ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteISerializableMethod, xmlWriterArg, objectLocal); 353ilg.Call(null, XmlFormatGeneratorStatics.ThrowRequiredMemberMustBeEmittedMethod, member.Name, classContract.UnderlyingType); 399ilg.Call(contextArg, XmlFormatGeneratorStatics.IncrementArrayCountMethod, xmlWriterArg, objectLocal); 436ilg.Call(contextArg, incrementCollectionCountMethod, xmlWriterArg, objectLocal); 678ilg.Call(contextArg, primitiveContract.XmlFormatContentWriterMethod, xmlWriterArg, memberValue);