2 overrides of Values
System.CodeDom (2)
Microsoft\CSharp\CSharpMemberAttributeConverter.cs (1)
16protected override object[] Values { get; } =
Microsoft\CSharp\CSharpTypeAttributeConverter.cs (1)
16protected override object[] Values { get; } = new object[] { TypeAttributes.Public, TypeAttributes.NotPublic };
3 references to Values
System.CodeDom (3)
Microsoft\CSharp\CSharpModifierAttributeConverter.cs (3)
29return Values[i]; 46object[] modifiers = Values; 65public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new StandardValuesCollection(Values);