20 references to GetVariableType
System.Xml (20)
System\Xml\Serialization\CodeGenerator.cs (5)
312
Type varType =
GetVariableType
(forState.End);
652
Type objType =
GetVariableType
(obj).GetElementType();
664
Type arrayType =
GetVariableType
(obj);
676
ConvertValue(
GetVariableType
(value), objType);
689
if (
GetVariableType
(obj).IsValueType)
System\Xml\Serialization\SourceInfo.cs (3)
66
Type varType = ILG.
GetVariableType
(varA);
130
varType = ILG.
GetVariableType
(var);
138
varType = ILG.
GetVariableType
(var);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (7)
317
ilg.ConvertValue(ilg.
GetVariableType
(pVar), typeof(object));
2719
Type varType = ilg.
GetVariableType
(variable);
2781
System.Diagnostics.Debug.Assert(ilg.
GetVariableType
(ilg.GetVariable(match.Groups["a"].Value)).IsArray);
2795
Type varType = ilg.
GetVariableType
(variable);
2820
Type arrayElementType = ilg.
GetVariableType
(oVar).GetElementType();
2854
Type varType = ilg.
GetVariableType
(ilg.GetVariable(match.Groups["a"].Value));
3576
ilg.ConvertValue(ilg.
GetVariableType
(idVar), typeof(string));
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
309
ilg.ConvertValue(ilg.
GetVariableType
(oVar), typeof(Object));
712
Type oType = ilg.
GetVariableType
(oVar);
798
ilg.ConvertValue(ilg.
GetVariableType
(oVar), mapping.TypeDesc.Type);
2387
PropertyInfo propInfo = initValue.ILG.
GetVariableType
(fixup).GetProperty(vars[1]);
2394
initValue.ILG.ConvertValue(initValue.ILG.
GetVariableType
(sVar), localA.LocalType);