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