8 references to GetVariableType
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (8)
342if (GetVariableType(forState.End).IsArray) 392ConvertValue(elementType, GetVariableType(local)); 417Type type = GetVariableType(value); 646Type objType = GetVariableType(obj).GetElementType(); 660Type arrayType = GetVariableType(obj); 673ConvertValue(GetVariableType(value), objType); 1448ConvertAddress(GetVariableType(thisObj), methodInfo.DeclaringType); 1456ConvertValue(GetVariableType(arg), methodInfo.GetParameters()[oneBasedArgIndex - 1].ParameterType);