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