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