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