8 references to GetVariableType
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\CodeGenerator.cs (8)
243
if (
GetVariableType
(forState.End!).IsArray)
291
ConvertValue(elementType,
GetVariableType
(local));
316
Type type =
GetVariableType
(value);
530
Type objType =
GetVariableType
(obj).GetElementType()!;
544
Type arrayType =
GetVariableType
(obj);
557
ConvertValue(
GetVariableType
(value), objType);
1108
ConvertAddress(
GetVariableType
(thisObj), methodInfo.DeclaringType!);
1116
ConvertValue(
GetVariableType
(arg), methodInfo.GetParameters()[oneBasedArgIndex - 1].ParameterType);