2 overrides of DefaultValue
System.CodeDom (2)
Microsoft\VisualBasic\VBMemberAttributeConverter.cs (1)
19protected override object DefaultValue => MemberAttributes.Private;
Microsoft\VisualBasic\VBTypeAttributeConverter.cs (1)
15protected override object DefaultValue => TypeAttributes.Public;
1 reference to DefaultValue
System.CodeDom (1)
Microsoft\VisualBasic\VBModifierAttributeConverter.cs (1)
34return DefaultValue;