11 references to ConvertAddress
System.Runtime.Serialization (11)
System\Runtime\Serialization\CodeGenerator.cs (1)
1588ConvertAddress(GetVariableType(thisObj), methodInfo.DeclaringType);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (5)
303ilg.ConvertAddress(objectLocal.LocalType, objectType); 317ilg.ConvertAddress(objectLocal.LocalType, objectType); 335ilg.ConvertAddress(objectLocal.LocalType, Globals.TypeOfIObjectReference); 441ilg.ConvertAddress(objectLocal.LocalType, objectType); 511ilg.ConvertAddress(objectLocal.LocalType, objectType);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (5)
296ilg.ConvertAddress(objectLocal.LocalType, objectType); 310ilg.ConvertAddress(objectLocal.LocalType, objectType); 328ilg.ConvertAddress(objectLocal.LocalType, Globals.TypeOfIObjectReference); 431ilg.ConvertAddress(objectLocal.LocalType, objectType); 467ilg.ConvertAddress(objectLocal.LocalType, objectType);