3 implementations of IsUsingProjectReferences
aspire (2)
Projects\DotNetAppHostProject.cs (1)
143
public bool
IsUsingProjectReferences
(FileInfo appHostFile)
Projects\GuestAppHostProject.cs (1)
134
public bool
IsUsingProjectReferences
(FileInfo appHostFile)
Aspire.Cli.Tests (1)
TestServices\TestAppHostProjectFactory.cs (1)
120
public bool
IsUsingProjectReferences
(FileInfo appHostFile)
1 reference to IsUsingProjectReferences
aspire (1)
Commands\UpdateCommand.cs (1)
149
var isProjectReferenceMode = project.
IsUsingProjectReferences
(projectFile);