1 write to _customLocation
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (1)
303
_customLocation
= tempPath
2 references to _customLocation
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (2)
282
Dim fileName As String = Path.GetFullPath(
_customLocation
)
296
If Location = LogFileLocation.Custom And Not String.Equals(tempPath,
_customLocation
, StringComparison.OrdinalIgnoreCase) Then