2 instantiations of DocumentationCommentSuggestion
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (2)
53
var suggestion = new
DocumentationCommentSuggestion
(this, _suggestionManager, intelliCodeLineCompletionsDisposable);
104
suggestion = new
DocumentationCommentSuggestion
(this, _suggestionManager, intelliCodeLineCompletionsDisposable);
3 references to DocumentationCommentSuggestion
Microsoft.CodeAnalysis.EditorFeatures (3)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (3)
29
private
DocumentationCommentSuggestion
? _currentSuggestion;
53
var
suggestion = new DocumentationCommentSuggestion(this, _suggestionManager, intelliCodeLineCompletionsDisposable);
94
DocumentationCommentSuggestion
suggestion;