1 instantiation of FaultBindingCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
713get { if (_faults == null) { _faults = new FaultBindingCollection(this); } return _faults; }
6 references to FaultBindingCollection
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (2)
657private FaultBindingCollection _faults; 711public FaultBindingCollection Faults
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
501global::System.Web.Services.Description.FaultBindingCollection a = (global::System.Web.Services.Description.FaultBindingCollection)o.@Faults; 5501global::System.Web.Services.Description.FaultBindingCollection a_7 = (global::System.Web.Services.Description.FaultBindingCollection)o.@Faults;