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