10 references to IsDone
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (10)
867
bool wasDone = this.
IsDone
;
869
done = !wasDone && this.
IsDone
;
913
bool wasDone = this.
IsDone
;
915
done = !wasDone && this.
IsDone
;
943
bool wasDone = this.
IsDone
;
946
done = !wasDone && this.
IsDone
;
970
bool wasDone = this.
IsDone
;
973
done = !wasDone && this.
IsDone
;
1008
bool wasDone = this.
IsDone
;
1010
done = !wasDone && this.
IsDone
;