1 write to calledShutdown
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
480
this.
calledShutdown
= true;
2 references to calledShutdown
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (2)
478
if (!this.
calledShutdown
)
503
return this.
calledShutdown
;