1 write to IsComplexTextEdit
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionItem.cs (1)
198IsComplexTextEdit = isComplexTextEdit;
7 references to IsComplexTextEdit
Microsoft.CodeAnalysis.Features (7)
Completion\CompletionItem.cs (4)
88/// If this is the case, the provider should set <see cref="IsComplexTextEdit"/> to true. 367var newIsComplexTextEdit = isComplexTextEdit.HasValue ? isComplexTextEdit.Value : IsComplexTextEdit; 380newIsComplexTextEdit == IsComplexTextEdit && 498/// Creates a copy of this <see cref="CompletionItem"/> with the <see cref="IsComplexTextEdit"/> property changed.
Completion\CompletionList.cs (1)
50/// to the document. If this is the case, <see cref="CompletionItem.IsComplexTextEdit"/> must be
Completion\CompletionService.cs (1)
255Debug.Assert(item.Span == change.TextChange.Span || item.IsComplexTextEdit);
Completion\Providers\AbstractAwaitCompletionProvider.cs (1)
172if (!item.IsComplexTextEdit)