31 references to Write
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\TraceLogTests.cs (2)
23
log.
Write
("b {0} {1} 0x{2:X8}", 1, "x", 255);
25
log.
Write
("d str={0} projectId={1} summary={2} diagnostic=`{3}`", (string?)null, projectId, ProjectAnalysisSummary.RudeEdits, diagnostic);
Microsoft.CodeAnalysis.Features (29)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (7)
564
Log.
Write
("Syntax errors found in '{0}'", filePath);
575
Log.
Write
("Document unchanged: '{0}'", filePath);
583
Log.
Write
("Experimental features enabled in '{0}'", filePath);
670
Log.
Write
("Capabilities required by '{0}': {1}", filePath, capabilities.GrantedCapabilities);
718
Log.
Write
("Rude edit {0}:{1} '{2}' line {3}: '{4}'", diagnostic.Kind, diagnostic.SyntaxKind, filePath, lineNumber, lineText);
833
Log.
Write
("Invalid active statement span: [{0}..{1})", oldStatementSpan.Start, oldStatementSpan.End);
883
Log.
Write
("Invalid active statement span: [{0}..{1})", oldStatementSpan.Start, oldStatementSpan.End);
EditAndContinue\CommittedSolution.cs (7)
417
EditAndContinueWorkspaceService.Log.
Write
("Source file of project '{0}' doesn't match output PDB: PDB '{1}' (assembly: '{2}') not found", projectName, compilationOutputs.PdbDisplayPath, compilationOutputs.AssemblyDisplayPath);
424
EditAndContinueWorkspaceService.Log.
Write
("Source file of project '{0}' doesn't match output PDB: error opening PDB '{1}' (assembly: '{2}'): {3}", projectName, compilationOutputs.PdbDisplayPath, compilationOutputs.AssemblyDisplayPath, e.Message);
457
EditAndContinueWorkspaceService.Log.
Write
("Checksum differs for source file '{0}'", sourceFilePath);
464
EditAndContinueWorkspaceService.Log.
Write
("Error calculating checksum for source file '{0}': '{1}'", sourceFilePath, e.Message);
504
EditAndContinueWorkspaceService.Log.
Write
("Source '{0}' doesn't match output PDB: no document", sourceFilePath);
512
EditAndContinueWorkspaceService.Log.
Write
("Source '{0}' doesn't match PDB: unknown checksum alg", sourceFilePath);
519
EditAndContinueWorkspaceService.Log.
Write
("Source '{0}' doesn't match output PDB: error reading symbols: {1}", sourceFilePath, e.Message);
EditAndContinue\DebuggingSession.cs (5)
420
EditAndContinueWorkspaceService.Log.
Write
("Failed to create baseline for '{0}': {1}", projectId, e.Message);
550
log.
Write
("Solution update {0}.{1} status: {2}", updateId.SessionId.Ordinal, updateId.Ordinal, update.ModuleUpdates.Status);
554
log.
Write
("Module update: capabilities=[{0}], types=[{1}], methods=[{2}]",
564
log.
Write
("Solution update diagnostics: #{0} [{1}: {2}, ...]",
574
log.
Write
("Solution update documents with rude edits: #{0} [{1}: {2}, ...]",
EditAndContinue\EditAndContinueWorkspaceService.cs (2)
152
Log.
Write
("Session #{0} started.", sessionId.Ordinal);
181
Log.
Write
("Session #{0} ended.", debuggingSession.Id.Ordinal);
EditAndContinue\EditSession.cs (7)
801
log.
Write
("EmitSolutionUpdate {0}.{1}: '{2}'", updateId.SessionId.Ordinal, updateId.Ordinal, solution.FilePath);
820
log.
Write
("EnC state of '{0}' queried: project not loaded", newProject.Id);
842
log.
Write
("Found {0} potentially changed document(s) in project '{1}'", changedOrAddedDocuments.Count, newProject.Id);
859
log.
Write
("Emitting update of '{0}': project not built", newProject.Id);
889
log.
Write
("Project summary for '{0}': {1}", newProject.Id, projectSummary);
899
log.
Write
("Document changed, added, or deleted: '{0}'", changedDocumentAnalysis.FilePath);
976
log.
Write
("Emitting update of '{0}'", newProject.Id);
EditAndContinue\TraceLog.cs (1)
263
=>
Write
(str, args: null);