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