3 references to ReplacementNode
Microsoft.CodeAnalysis.ExternalAccess.Copilot (3)
GenerateImplementation\ImplementationDetailsWrapper.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.
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
174
ReplacementNode = nodeToWrapper.Value.
ReplacementNode
,