1 write to WinFormsRefPath
System.Windows.Forms.Analyzers.Tests (1)
CurrentReferences.cs (1)
59
WinFormsRefPath
= 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)
93
yield return [CurrentReferences.NetCoreAppReferences, CurrentReferences.
WinFormsRefPath
];
Analyzers\WFO1001\ImplementITypedDataObjectTests.cs (2)
144
Assert.True(File.Exists(CurrentReferences.
WinFormsRefPath
));
152
AdditionalReferences = { CurrentReferences.
WinFormsRefPath
}