2 writes to marshalContext
System.IO.Log (2)
System\IO\Log\LogRecordSequence.cs (2)
948
this.
marshalContext
=
980
this.
marshalContext
= null;
12 references to marshalContext
System.IO.Log (12)
System\IO\Log\LogRecordSequence.cs (12)
189
return this.
marshalContext
;
197
return this.
marshalContext
;
272
UnsafeNativeMethods.AdvanceLogBaseSync(this.
marshalContext
,
628
if ((this.
marshalContext
!= null) &&
629
(!this.
marshalContext
.IsInvalid))
631
this.
marshalContext
.Close();
725
UnsafeNativeMethods.FlushLogToLsnSync(this.
marshalContext
,
847
UnsafeNativeMethods.TruncateLogSync(this.
marshalContext
,
940
if ((this.
marshalContext
!= null) &&
941
(!this.
marshalContext
.IsInvalid))
977
if (this.
marshalContext
!= null)
979
this.
marshalContext
.Close();