2 writes to _fileName
System.Core (2)
System\IO\LogStream.cs (2)
81
_fileName
= filePath;
121
_fileName
= filePath;
3 references to _fileName
System.Core (3)
System\IO\LogStream.cs (3)
146
new FileIOPermission(FileIOPermissionAccess.PathDiscovery, new String[] {
_fileName
}).Demand();
152
__Error.WinIOError(errorCode,
_fileName
);
154
__Error.WinIOError(errorCode, Path.GetFileName(
_fileName
));