6 implementations of IsUsingProjectReferences
aspire (2)
Projects\DotNetAppHostProject.cs (1)
1365
public bool
IsUsingProjectReferences
(FileInfo appHostFile)
Projects\GuestAppHostProject.cs (1)
176
public bool
IsUsingProjectReferences
(FileInfo appHostFile)
Aspire.Cli.Tests (4)
Commands\SecretCommandTests.cs (1)
127
public bool
IsUsingProjectReferences
(FileInfo appHostFile) => false;
Projects\ProjectLocatorTests.cs (1)
2261
public bool
IsUsingProjectReferences
(FileInfo appHostFile) => false;
TestServices\TestAppHostProjectFactory.cs (1)
160
public bool
IsUsingProjectReferences
(FileInfo appHostFile)
TestServices\TestTypeScriptStarterProjectFactory.cs (1)
70
public bool
IsUsingProjectReferences
(FileInfo appHostFile)
2 references to IsUsingProjectReferences
aspire (2)
Commands\IntegrationPackageSearchService.cs (1)
151
var isProjectReferenceMode = project.
IsUsingProjectReferences
(appHostProjectFile);
Commands\UpdateCommand.cs (1)
216
var isProjectReferenceMode = project.
IsUsingProjectReferences
(projectFile);