1 instantiation of CSharpMemberAttributeConverter
System.CodeDom (1)
Microsoft\CSharp\CSharpMemberAttributeConverter.cs (1)
12public static CSharpMemberAttributeConverter Default { get; } = new CSharpMemberAttributeConverter();
2 references to CSharpMemberAttributeConverter
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeProvider.cs (1)
42type == typeof(MemberAttributes) ? CSharpMemberAttributeConverter.Default :
Microsoft\CSharp\CSharpMemberAttributeConverter.cs (1)
12public static CSharpMemberAttributeConverter Default { get; } = new CSharpMemberAttributeConverter();