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