20 references to ConvertValue
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
711ConvertValue(GetVariableType(value), objType);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (4)
95ILG.ConvertValue(eType, elementType); 197ILG.ConvertValue(varType, Type); 212ILG.ConvertValue(sourceType, targetType); 231ILG.ConvertValue(Nullable_get_Value.ReturnType, targetType);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs (2)
373ilg.ConvertValue(typeof(object), typeof(object[])); 578ilg.ConvertValue(memType, type);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (13)
341ilg.ConvertValue(ilg.GetVariableType(oVar), typeof(Object)); 743ilg.ConvertValue(mapping.TypeDesc.Type, typeof(Int64)); 784ilg.ConvertValue(oType, derived.TypeDesc.Type); 873ilg.ConvertValue(ilg.GetVariableType(oVar), mapping.TypeDesc.Type); 1049ilg.ConvertValue(oArg.ArgType, typeof(Object)); 1087ilg.ConvertValue(argO.ArgType, typeof(Object)); 1455ilg.ConvertValue(ilg.GetArg(parent).ArgType, typeof(Object)); 1591ilg.ConvertValue(arrayTypeDesc.Type, typeIEnumerable); 1595ilg.ConvertValue(getEnumeratorMethod.ReturnType, typeof(IEnumerator)); 2456ilg.ConvertValue(argV.ArgType, typeof(long)); 2583ilg.ConvertValue(Activator_CreateInstance.ReturnType, cast); 2614initValue.ILG.ConvertValue(propInfo.PropertyType, localA.LocalType); 2620initValue.ILG.ConvertValue(initValue.ILG.GetVariableType(sVar), localA.LocalType);