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