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