1 write to _completionListWith1
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (1)
Completion\CompletionListMergerTest.cs (1)
38
_completionListWith1
= new RazorVSInternalCompletionList()
15 references to _completionListWith1
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (15)
Completion\CompletionListMergerTest.cs (15)
60
var merged = CompletionListMerger.Merge(razorCompletionList: null,
_completionListWith1
);
63
Assert.Same(merged,
_completionListWith1
);
72
var merged = CompletionListMerger.Merge(
_completionListWith1
, delegatedCompletionList: null);
75
Assert.Same(merged,
_completionListWith1
);
85
var merged = CompletionListMerger.Merge(
_completionListWith1
, _completionListWith2);
96
_completionListWith1
.IsIncomplete = false;
100
var merged = CompletionListMerger.Merge(
_completionListWith1
, _completionListWith2);
111
_completionListWith1
.SuggestionMode = false;
115
var merged = CompletionListMerger.Merge(
_completionListWith1
, _completionListWith2);
127
_completionListWith1
.CommitCharacters = expectedCommitCharacters;
130
var merged = CompletionListMerger.Merge(
_completionListWith1
, _completionListWith2);
163
_completionListWith1
.Data = expectedData;
166
var merged = CompletionListMerger.Merge(
_completionListWith1
, _completionListWith2);
180
_completionListWith1
.Data = data1;
185
var merged = CompletionListMerger.Merge(
_completionListWith1
, _completionListWith2);