2 writes to Name
Aspire.Hosting (1)
Ats\AtsCapabilityScanner.cs (1)
878Name = typeName,
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
19DtoTypes = [new AtsDtoTypeInfo { TypeId = "test/TestDto", Name = "TestDto", ClrType = typeof(TestDto), Properties = [] }],
2 references to Name
Aspire.Hosting.CodeGeneration.TypeScript (2)
AtsTypeScriptCodeGenerator.cs (2)
569foreach (var dto in dtoTypes.OrderBy(d => d.Name)) 573WriteLine($"/** DTO interface for {dto.Name} */");