3 references to Entry
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\TraceLog.cs (3)
254=> AppendInMemory(new Entry("Error writing log file '{0}': {1}", new[] { new Arg(path), new Arg(e.Message) })); 266=> Append(new Entry(format, args)); 275var entry = new Entry(format, args);