8 references to guard
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (8)
452
this.
guard
.Abort();
457
return this.
guard
.BeginClose(timeout, callback, state);
462
this.
guard
.Close(timeout);
467
this.
guard
.EndClose(result);
519
if (this.
guard
.Enter())
531
this.
guard
.Exit();
851
if (this.
guard
.Enter())
859
this.
guard
.Exit();