1 write to _restriction
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
1148
ssType.
_restriction
= new Restriction(baseName, xns);
7 references to _restriction
System.Runtime.Remoting (7)
metadata\wsdlwriter.cs (7)
1095
if (
_restriction
._rtype == Restriction.RestrictionType.Enum)
1098
sb.Append(
_restriction
.Name());
1114
bool bEmpty = (_abstractElms.Count == 0 &&
_restriction
== null);
1129
if (
_restriction
!= null)
1130
_restriction
.Print(textWriter, sb, IndentP(indent));
1151
ssType.
_restriction
._abstractElms.Add(new EnumElement(values[i]));
1152
ssType.
_restriction
._rtype = Restriction.RestrictionType.Enum;