4 references to Message
Microsoft.CodeAnalysis.CSharp.Features (2)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (2)
126Contract.ThrowIfTrue(string.IsNullOrWhiteSpace(implementationDetails.Message)); 127replacement = AddErrorComment(methodOrProperty, implementationDetails.Message);
Microsoft.CodeAnalysis.Features (2)
Copilot\ImplementationDetails.cs (2)
9/// replacement syntax node itself. One of <see cref="Message"/> or <see cref="ReplacementNode"/> must always be set. 19/// Gets the replacement syntax node. Either this property or <see cref="Message"/> must be set.