1 write to _log
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
67
_log
= log;
6 references to _log
Microsoft.DotNet.ApiDiff (6)
MemoryOutputDiffGenerator.cs (6)
108
_log
.LogMessage($"FINAL TOTAL TIME: {swRun.Elapsed.TotalMilliseconds / 1000.0 / 60.0:F2} mins.");
116
_log
.LogMessage($"Visiting assembly {beforeAssemblySymbol.Name} (before vs after)...");
167
_log
.LogMessage(finalMessage);
193
CSharpAssemblyDocumentGenerator docGenerator = new(
_log
, options);
527
_log
.LogWarning($"Attribute already exists in dictionary. Attribute: '{realAttributeNode.ToFullString()}', Member: '{GetDocId(memberNode, model)}'");
678
_log
.LogWarning($"Could not retrieve docId of the attribute constructor of {attribute.ToFullString()}: {e.Message} ");