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)
340
switch (rule.
Kind
)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
631
if (rule.
Kind
== CharacterSetModificationKind.Add)
IntelliSense\AsyncCompletion\Helpers.cs (1)
123
switch (rule.
Kind
)
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Completion\CompletionHandler.cs (3)
230
switch (rule.
Kind
)
469
var xKind = x[i].
Kind
;
470
var yKind = y[i].
Kind
;