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