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)
146new FileIOPermission(FileIOPermissionAccess.PathDiscovery, new String[] { _fileName }).Demand(); 152__Error.WinIOError(errorCode, _fileName); 154__Error.WinIOError(errorCode, Path.GetFileName(_fileName));