1 write to _disposed
ReachFramework (1)
PrintConfig\PTConverter.cs (1)
318
this.
_disposed
= true;
3 references to _disposed
ReachFramework (3)
PrintConfig\PTConverter.cs (3)
156
ObjectDisposedException.ThrowIf(
_disposed
, typeof(PrintTicketConverter));
220
ObjectDisposedException.ThrowIf(
_disposed
, typeof(PrintTicketConverter));
314
if (!this.
_disposed
)