Implemented interface member:
property
Message
Microsoft.DotNet.ApiSymbolExtensions.IDiagnostic.Message
5 references to Message
Microsoft.DotNet.ApiCompatibility (5)
CompatDifference.cs (3)
83new(Left, Right, DiagnosticId, Message, Type, ReferenceId, newSeverity, LeftStability, RightStability); 86new(Left, Right, DiagnosticId, Message, Type, ReferenceId, Severity, leftStability, rightStability); 110public override string ToString() => $"{DiagnosticId} : {Message}";
Runner\ApiCompatRunner.cs (2)
70log.LogMessage(MessageImportance.Normal, $"info {difference.DiagnosticId}: {difference.Message}"); 98difference.Message);