1 write to _output
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\DesignerAttributeTests.cs (1)
37_output = output;
7 references to _output
System.Windows.Forms.Tests (7)
System\Windows\Forms\Design\DesignerAttributeTests.cs (7)
80_output.WriteLine($"{annotatedType.FullName}: {attribute.DesignerTypeName} --> {type?.FullName}"); 98_output.WriteLine($"{annotatedType.FullName}: {attribute.SerializerTypeName} --> {type?.FullName}"); 114_output.WriteLine($"{type.FullName}: {attribute.Name} --> {propertyInfo?.Name}"); 124_output.WriteLine($"{type.FullName}: {attribute.Name} --> {propertyInfo?.Name}"); 134_output.WriteLine($"{type.FullName}: {attribute.Name} --> {eventInfo?.Name}"); 145_output.WriteLine($"{subject}: {attribute.ConverterTypeName} --> {type?.Name}"); 162_output.WriteLine($"{subject}: {attribute.EditorTypeName} --> {type?.Name}");