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)
105if (!File.Exists(_logFilePath)) 107Directory.CreateDirectory(PathUtilities.GetDirectoryName(_logFilePath)); 110File.AppendAllText(_logFilePath, buffer.ToString());