10 references to AddProject
Microsoft.Analyzers.Extra.Tests (1)
Resources\RoslynTestUtils.cs (1)
57.AddProject("Test", testAssemblyName ?? TestAssemblyName, "C#")
Microsoft.Analyzers.Local.Tests (1)
Resources\RoslynTestUtils.cs (1)
57.AddProject("Test", testAssemblyName ?? TestAssemblyName, "C#")
Microsoft.Gen.BuildMetadata.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
80.AddProject("Test", "test.dll", "C#")
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
80.AddProject("Test", "test.dll", "C#")
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
80.AddProject("Test", "test.dll", "C#")
Microsoft.Gen.Logging.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
80.AddProject("Test", "test.dll", "C#")
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
80.AddProject("Test", "test.dll", "C#")
Microsoft.Gen.Metrics.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
80.AddProject("Test", "test.dll", "C#")
Microsoft.Gen.MetricsReports.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
80.AddProject("Test", "test.dll", "C#")
Microsoft.ML.CodeAnalyzer.Tests (1)
Code\BestFriendTest.cs (1)
66var projectA = solution.AddProject("ProjectA", "ProjectA", LanguageNames.CSharp);