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