18 references to Class
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
CodeActions\GenerateType\GenerateTypeTests_Dialog.cs (13)
2063
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Module));
2250
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure));
2290
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Interface | TypeKindOptions.Delegate));
2414
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure, false));
2556
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Delegate));
2593
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Delegate));
2628
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Delegate));
2663
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Delegate));
2698
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Delegate));
2729
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Delegate));
2760
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Delegate));
3751
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Module));
3786
assertGenerateTypeDialogOptions: new GenerateTypeDialogOptions(false, TypeKindOptions.
Class
| TypeKindOptions.Structure | TypeKindOptions.Module));
Microsoft.CodeAnalysis.Features (5)
GenerateType\TypeKindOptions.cs (5)
22
AllOptions =
Class
| Structure | Interface | Enum | Delegate,
25
Attribute =
Class
,
28
BaseList =
Class
| Interface,
33
MemberAccessWithNamespace =
Class
| Structure | Enum | Module,
42
=> (option & TypeKindOptions.
Class
) != 0 ? true : false;