1 write to TypeKind
Microsoft.CodeAnalysis.Features (1)
GenerateType\GenerateTypeOptionsResult.cs (1)
43
TypeKind
= typeKind;
3 references to TypeKind
Microsoft.CodeAnalysis.Features (3)
GenerateType\AbstractGenerateTypeService.GenerateNamedType.cs (3)
43
if (options.
TypeKind
== TypeKind.Delegate)
60
options.
TypeKind
,
219
if (!(parameters.Count == 0 && options is {
TypeKind
: TypeKind.Struct }))