13 references to GetVariableType
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (5)
324Type varType = GetVariableType(forState.End); 683Type objType = GetVariableType(obj).GetElementType(); 697Type arrayType = GetVariableType(obj); 711ConvertValue(GetVariableType(value), objType); 727if (GetVariableType(obj).GetTypeInfo().IsValueType)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (3)
70Type varType = ILG.GetVariableType(varA); 146varType = ILG.GetVariableType(var); 155varType = ILG.GetVariableType(var);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
341ilg.ConvertValue(ilg.GetVariableType(oVar), typeof(Object)); 782Type oType = ilg.GetVariableType(oVar); 873ilg.ConvertValue(ilg.GetVariableType(oVar), mapping.TypeDesc.Type); 2612PropertyInfo propInfo = initValue.ILG.GetVariableType(fixup).GetProperty(vars[1]); 2620initValue.ILG.ConvertValue(initValue.ILG.GetVariableType(sVar), localA.LocalType);