1 write to _disposed
ReachFramework (1)
PrintConfig\PTConverter.cs (1)
323
this.
_disposed
= true;
3 references to _disposed
ReachFramework (3)
PrintConfig\PTConverter.cs (3)
161
ObjectDisposedException.ThrowIf(
_disposed
, typeof(PrintTicketConverter));
225
ObjectDisposedException.ThrowIf(
_disposed
, typeof(PrintTicketConverter));
319
if (!this.
_disposed
)