Base:
8 references to ToString
System.Windows.Forms.Analyzers.CSharp (1)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.cs (1)
32DefaultFont: font?.ToString(),
System.Windows.Forms.Analyzers.CSharp.Tests (3)
Generators\ApplicationConfigurationGenerator\ApplicationConfigurationInitializeBuilderTests.cs (3)
116DefaultFont: new FontDescriptor(string.Empty, 12, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Millimeter).ToString(), 127DefaultFont: new FontDescriptor("Tahoma", 12, FontStyle.Regular, GraphicsUnit.Point).ToString(), 138DefaultFont: new FontDescriptor("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point).ToString(),
System.Windows.Forms.Analyzers.Tests (4)
Analyzers\AppManifestAnalyzer\FontDescriptorTests.cs (4)
51_output.WriteLine(descriptor.ToString()); 52Assert.Equal(expected, descriptor.ToString()); 75_output.WriteLine(descriptor.ToString()); 82actual: descriptor.ToString());