5 references to guard
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (5)
56
return this.
guard
;
147
this.
guard
.Abort();
210
return this.
guard
.BeginClose(timeout, callback, state);
217
this.
guard
.Close(timeout);
229
this.
guard
.EndClose(result);