1 write to WinFormsRefPath
System.Windows.Forms.Analyzers.Tests (1)
CurrentReferences.cs (1)
59WinFormsRefPath = Path.Join(RepoRootPath, "artifacts", "obj", "System.Windows.Forms", configuration, tfm, "ref", "System.Windows.Forms.dll");
3 references to WinFormsRefPath
System.Windows.Forms.Analyzers.CSharp.Tests (3)
Analyzers\AvoidPassingTaskWithoutCancellationToken\AvoidPassingTaskWithoutCancellationTokenTest.cs (1)
93yield return [CurrentReferences.NetCoreAppReferences, CurrentReferences.WinFormsRefPath];
Analyzers\WFO1001\ImplementITypedDataObjectTests.cs (2)
144Assert.True(File.Exists(CurrentReferences.WinFormsRefPath)); 152AdditionalReferences = { CurrentReferences.WinFormsRefPath }