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