5 implementations of IsUsingProjectReferences
aspire (2)
Projects\DotNetAppHostProject.cs (1)
147public bool IsUsingProjectReferences(FileInfo appHostFile)
Projects\GuestAppHostProject.cs (1)
144public bool IsUsingProjectReferences(FileInfo appHostFile)
Aspire.Cli.Tests (3)
Commands\NewCommandTests.cs (1)
1721public bool IsUsingProjectReferences(FileInfo appHostFile)
Commands\SecretCommandTests.cs (1)
116public bool IsUsingProjectReferences(FileInfo appHostFile) => false;
TestServices\TestAppHostProjectFactory.cs (1)
121public bool IsUsingProjectReferences(FileInfo appHostFile)
1 reference to IsUsingProjectReferences
aspire (1)
Commands\UpdateCommand.cs (1)
153var isProjectReferenceMode = project.IsUsingProjectReferences(projectFile);