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