24 references to ConvertValue
dotnet-svcutil-lib (24)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (5)
392ConvertValue(elementType, GetVariableType(local)); 423ConvertValue(type, Globals.TypeOfObject); 425ConvertValue(type, Globals.TypeOfObject); 673ConvertValue(GetVariableType(value), objType); 1456ConvertValue(GetVariableType(arg), methodInfo.GetParameters()[oneBasedArgIndex - 1].ParameterType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (1)
444ilg.ConvertValue(this.UnderlyingType, Globals.TypeOfIXmlSerializable);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (10)
127_ilg.ConvertValue(_objectLocal.LocalType, Globals.TypeOfDateTimeOffsetAdapter); 129_ilg.ConvertValue(Globals.TypeOfDateTimeOffset, _ilg.CurrentMethod.ReturnType); 135_ilg.ConvertValue(Globals.TypeOfKeyValuePair.MakeGenericType(classContract.KeyValuePairGenericArguments), _ilg.CurrentMethod.ReturnType); 139_ilg.ConvertValue(_objectLocal.LocalType, _ilg.CurrentMethod.ReturnType); 150_ilg.ConvertValue(_objectLocal.LocalType, _ilg.CurrentMethod.ReturnType); 230_ilg.ConvertValue(Globals.TypeOfObject, type); 448_ilg.ConvertValue(Globals.TypeOfObject, type); 480_ilg.ConvertValue(Globals.TypeOfObject, type); 648_ilg.ConvertValue(Globals.TypeOfObject, type); 757_ilg.ConvertValue(Globals.TypeOfObject, itemType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (8)
144_ilg.ConvertValue(objectArg.ArgType, Globals.TypeOfDateTimeOffset); 151_ilg.ConvertValue(objectArg.ArgType, Globals.TypeOfKeyValuePair.MakeGenericType(dc.KeyValuePairGenericArguments)); 156_ilg.ConvertValue(objectArg.ArgType, objType); 420_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, Globals.TypeOfIDictionaryEnumerator); 427_ilg.ConvertValue(collectionContract.GetEnumeratorMethod.ReturnType, ctorParam); 446_ilg.ConvertValue(currentValue.LocalType, Globals.TypeOfObject); 599_ilg.ConvertValue(memberValue.LocalType, Globals.TypeOfObject); 622_ilg.ConvertValue(memberValue.LocalType, Globals.TypeOfObject);