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