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