8 references to GetVariableType
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\CodeGenerator.cs (8)
244
if (
GetVariableType
(forState.End!).IsArray)
292
ConvertValue(elementType,
GetVariableType
(local));
317
Type type =
GetVariableType
(value);
531
Type objType =
GetVariableType
(obj).GetElementType()!;
545
Type arrayType =
GetVariableType
(obj);
558
ConvertValue(
GetVariableType
(value), objType);
1109
ConvertAddress(
GetVariableType
(thisObj), methodInfo.DeclaringType!);
1117
ConvertValue(
GetVariableType
(arg), methodInfo.GetParameters()[oneBasedArgIndex - 1].ParameterType);