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)
22AllOptions = Class | Structure | Interface | Enum | Delegate, 54=> (option & TypeKindOptions.Delegate) != 0 ? true : false;