2 references to GetType
System.Runtime.Serialization (2)
System\Runtime\Serialization\Configuration\ParameterElement.cs (1)
104
return TypeElement.
GetType
(rootType, typeArgs, this.Type, this.Index, this.Parameters);
System\Runtime\Serialization\Configuration\TypeElement.cs (1)
69
return
GetType
(rootType, typeArgs, this.Type, this.Index, this.Parameters);