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