2 overrides of DefaultValue
System.CodeDom (2)
Microsoft\CSharp\CSharpMemberAttributeConverter.cs (1)
19protected override object DefaultValue => MemberAttributes.Private;
Microsoft\CSharp\CSharpTypeAttributeConverter.cs (1)
18protected override object DefaultValue => TypeAttributes.NotPublic;
1 reference to DefaultValue
System.CodeDom (1)
Microsoft\CSharp\CSharpModifierAttributeConverter.cs (1)
34return DefaultValue;