1 write to _logFilePath
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\FileLogger.cs (1)
39
_logFilePath
= Path.Combine(Path.GetTempPath(), "Roslyn", "Telemetry", GetLogFileName());
3 references to _logFilePath
Microsoft.VisualStudio.LanguageServices (3)
Telemetry\FileLogger.cs (3)
105
if (!File.Exists(
_logFilePath
))
107
Directory.CreateDirectory(PathUtilities.GetDirectoryName(
_logFilePath
));
110
File.AppendAllText(
_logFilePath
, buffer.ToString());