1 write to FileNameActualLength
System.IO.Log (1)
System\IO\Log\UnsafeNativeMethods.cs (1)
126
this.
FileNameActualLength
= 0;
3 references to FileNameActualLength
System.IO.Log (3)
System\IO\Log\UnsafeNativeMethods.cs (3)
96
if (this.
FileNameActualLength
== this.FileNameLength)
102
int actualLength = checked((int)(this.
FileNameActualLength
+ 1));
113
this.FileNameLength = this.
FileNameActualLength
;