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