2 writes to _startupProjectRelativePath
Microsoft.Extensions.AI.Templates.Tests (2)
Infrastructure\Project.cs (2)
25_startupProjectRelativePath = null; 30_startupProjectRelativePath = value;
3 references to _startupProjectRelativePath
Microsoft.Extensions.AI.Templates.Tests (3)
Infrastructure\Project.cs (3)
20get => _startupProjectRelativePath; 28else if (!string.Equals(value, _startupProjectRelativePath, StringComparison.Ordinal)) 31_startupProjectFullPath = Path.Combine(rootPath, _startupProjectRelativePath);