8 references to GetVariableType
System.Runtime.Serialization (8)
System\Runtime\Serialization\CodeGenerator.cs (8)
352
if (
GetVariableType
(forState.End).IsArray)
407
ConvertValue(elementType,
GetVariableType
(local));
432
Type type =
GetVariableType
(value);
696
Type objType =
GetVariableType
(obj).GetElementType();
710
Type arrayType =
GetVariableType
(obj);
723
ConvertValue(
GetVariableType
(value), objType);
1588
ConvertAddress(
GetVariableType
(thisObj), methodInfo.DeclaringType);
1596
ConvertValue(
GetVariableType
(arg), methodInfo.GetParameters()[oneBasedArgIndex - 1].ParameterType);