1 write to Kind
Microsoft.CodeAnalysis.Features (1)
Completion\CharacterSetModificationRule.cs (1)
26
Kind
= kind;
6 references to Kind
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
357
switch (rule.
Kind
)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
582
if (rule.
Kind
== CharacterSetModificationKind.Add)
IntelliSense\AsyncCompletion\Helpers.cs (1)
127
switch (rule.
Kind
)
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Completion\CompletionResultFactory.cs (3)
408
switch (rule.
Kind
)
441
var xKind = x[i].
Kind
;
442
var yKind = y[i].
Kind
;