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