3 references to ProjectFileReader
System.Windows.Forms.Analyzers.CSharp (1)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ApplicationConfigurationGenerator.cs (1)
82
=
ProjectFileReader
.ReadApplicationConfig(context.AnalyzerConfigOptionsProvider);
System.Windows.Forms.Analyzers.CSharp.Tests (2)
FontConverterTests.cs (1)
7
using static System.Windows.Forms.CSharp.Generators.ApplicationConfiguration.
ProjectFileReader
;
ProjectFileReaderTests.cs (1)
17
private static readonly dynamic s_static = typeof(
ProjectFileReader
).TestAccessor().Dynamic;