2 writes to _rtype
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
909
_rtype
= RestrictionType.Array;
1152
ssType._restriction.
_rtype
= Restriction.RestrictionType.Enum;
3 references to _rtype
System.Runtime.Remoting (3)
metadata\wsdlwriter.cs (3)
924
if (
_rtype
== RestrictionType.Array)
926
else if (
_rtype
== RestrictionType.Enum)
1095
if (_restriction.
_rtype
== Restriction.RestrictionType.Enum)