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