1 write to Name
Aspire.Hosting.CodeGeneration.Python.Tests (1)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestTypes.cs (1)
41Name = value;
2 references to Name
Aspire.Hosting.CodeGeneration.Python.Tests (2)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestTypes.cs (2)
33return Task.FromResult($"{Name}: {Value}"); 50return Task.FromResult(!string.IsNullOrEmpty(Name));