7 references to CurrentReferences
System.Windows.Forms.Analyzers.CSharp.Tests (6)
Analyzers\AvoidPassingTaskWithoutCancellationToken\AvoidPassingTaskWithoutCancellationTokenTest.cs (2)
93yield return [CurrentReferences.NetCoreAppReferences, CurrentReferences.WinFormsRefPath];
Analyzers\WFO1001\ImplementITypedDataObjectTests.cs (4)
143Assert.NotNull(CurrentReferences.NetCoreAppReferences); 144Assert.True(File.Exists(CurrentReferences.WinFormsRefPath)); 152AdditionalReferences = { CurrentReferences.WinFormsRefPath } 154ReferenceAssemblies = CurrentReferences.NetCoreAppReferences
System.Windows.Forms.Analyzers.Tests (1)
CurrentReferences.cs (1)
116string? testPath = Path.GetDirectoryName(typeof(CurrentReferences).Assembly.Location);