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