3 references to ReplacementNode
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
117var replacement = implementationDetails.ReplacementNode;
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. 14/// Gets the message explaining why a replacement node is not provided. Either this property or <see cref="ReplacementNode"/> must be set.