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