1 write to _logFilePath
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\FileLogger.cs (1)
37
_logFilePath
= logFilePath;
3 references to _logFilePath
Microsoft.VisualStudio.LanguageServices (3)
Telemetry\FileLogger.cs (3)
90
if (!File.Exists(
_logFilePath
))
92
Directory.CreateDirectory(PathUtilities.GetDirectoryName(
_logFilePath
));
95
File.AppendAllText(
_logFilePath
, _buffer.ToString());