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