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