1 write to _faults
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1272
get { if (_faults == null)
_faults
= new OperationFaultCollection(this); return _faults; }
2 references to _faults
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
1272
get { if (
_faults
== null) _faults = new OperationFaultCollection(this); return
_faults
; }