1 instantiation of VBMemberAttributeConverter
System.CodeDom (1)
Microsoft\VisualBasic\VBMemberAttributeConverter.cs (1)
12public static VBMemberAttributeConverter Default { get; } = new VBMemberAttributeConverter();
2 references to VBMemberAttributeConverter
System.CodeDom (2)
Microsoft\VisualBasic\VBCodeProvider.cs (1)
44type == typeof(MemberAttributes) ? VBMemberAttributeConverter.Default :
Microsoft\VisualBasic\VBMemberAttributeConverter.cs (1)
12public static VBMemberAttributeConverter Default { get; } = new VBMemberAttributeConverter();