1 write to Character
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\VSInternalCompletionItemExtensions.cs (1)
67commitCharacter = new() { Character = c.Character, Insert = c.Insert };
4 references to Character
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Completion\CompletionListOptimizer.cs (2)
163if (aCommitCharacter.Character != bCommitCharacter.Character ||
Completion\Delegation\HtmlCommitCharacterResponseRewriter.cs (2)
35itemCommitChars = vsCommitChars.Where(s => s.Character != " ").Select(s => s.Character).ToArray();