4 references to Delegate
Microsoft.CodeAnalysis.Features (4)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (2)
127
typeKindValue = state.IsDelegateAllowed ? typeKindValue : TypeKindOptionsHelper.RemoveOptions(typeKindValue, TypeKindOptions.
Delegate
);
156
typeKindValueFinal = TypeKindOptions.
Delegate
;
GenerateType\TypeKindOptions.cs (2)
22
AllOptions = Class | Structure | Interface | Enum |
Delegate
,
54
=> (option & TypeKindOptions.
Delegate
) != 0 ? true : false;