16 references to Structure
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 (3)
GenerateType\TypeKindOptions.cs (3)
22
AllOptions = Class |
Structure
| Interface | Enum | Delegate,
33
MemberAccessWithNamespace = Class |
Structure
| Enum | Module,
45
=> (option & TypeKindOptions.
Structure
) != 0 ? true : false;