1 write to faults
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
911
get { if (faults == null)
faults
= new FaultBindingCollection(this); return faults; }
2 references to faults
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (2)
911
get { if (
faults
== null) faults = new FaultBindingCollection(this); return
faults
; }