15 references to Log
Microsoft.CodeAnalysis.Features (15)
EditAndContinue\EditSession.cs (15)
852Log.Write($"Found {updateId.SessionId} potentially changed document(s) in project {updateId.Ordinal} '{solution.FilePath}'"); 894if (!newProject.SupportsEditAndContinue(Log)) 902Log.Write($"EnC state of {newProject.GetLogDisplay()} queried: project not loaded"); 918await GetDocumentDifferencesAsync(Log, oldProject, newProject, documentDifferences, diagnostics, cancellationToken).ConfigureAwait(false); 924Log.Write($"Found {documentDifferences.ChangedOrAdded.Count} potentially changed and {documentDifferences.Deleted.Count} deleted document(s) in project {newProject.GetLogDisplay()}"); 931Log.Write($"EnC state of {newProject.GetLogDisplay()} queried: project is stale"); 951Log.Write($"Changes not applied to {newProject.Name} '{newProject.FilePath}': project not built"); 992Log.Write($"Changes not applied to {newProject.Name} '{newProject.FilePath}': binaries not up-to-date"); 1009Log.Write($"Changed document '{changedDocumentAnalysis.FilePath}' has syntax error: {changedDocumentAnalysis.SyntaxError}"); 1013Log.Write($"Document changed, added, or deleted: '{changedDocumentAnalysis.FilePath}'"); 1020Log.Write($"Project summary for {newProject.Name} '{newProject.FilePath}': {projectSummary}"); 1080Log.Write($"Emitting update of {newProject.Name} '{newProject.FilePath}': project not built"); 1201var fileLog = Log.FileLog; 1212var fileLog = Log.FileLog; 1276Log.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);