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)
7using static System.Windows.Forms.CSharp.Generators.ApplicationConfiguration.ProjectFileReader;
ProjectFileReaderTests.cs (1)
17private static readonly dynamic s_static = typeof(ProjectFileReader).TestAccessor().Dynamic;