17 references to Log
Microsoft.CodeAnalysis.Features (17)
EditAndContinue\EditSession.cs (17)
1096Log.Write($"Found {updateId.SessionId} potentially changed document(s) in project {updateId.Ordinal} '{solution.FilePath}'"); 1142if (newProject.IgnoreForEditAndContinue(Log)) 1148if (oldProject?.IgnoreForEditAndContinue(Log) == true) 1153var projectSupportsEditAndContinue = newProject.SupportsEditAndContinue(Log); 1159await GetProjectDifferencesAsync(Log, oldProject, newProject, projectDifferences, projectDiagnostics, cancellationToken).ConfigureAwait(false); 1160projectDifferences.Log(Log, newProject); 1175Log.Write($"EnC state of {newProject.GetLogDisplay()} queried: project is stale"); 1199Log.Write($"Project build requested for {newProject.GetLogDisplay()}"); 1204Log.Write($"Changes not applied to {newProject.GetLogDisplay()}: project not built"); 1239Log.Write($"Changes not applied to {newProject.GetLogDisplay()}: binaries not up-to-date"); 1261Log.Write($"Changed document '{changedDocumentAnalysis.FilePath}' has syntax error: {changedDocumentAnalysis.SyntaxError}"); 1265Log.Write($"Document changed, added, or deleted: '{changedDocumentAnalysis.FilePath}'"); 1287Log.Write($"Project summary for {newProject.GetLogDisplay()}: {projectSummary}"); 1364Log.Write($"Emitting update of {newProject.GetLogDisplay()}"); 1479var fileLog = Log.FileLog; 1488var fileLog = Log.FileLog; 1600Log.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);