2 writes to ClrType
Aspire.Hosting (1)
Ats\AtsCapabilityScanner.cs (1)
879
ClrType
= type,
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
19
DtoTypes = [new AtsDtoTypeInfo { TypeId = "test/TestDto", Name = "TestDto",
ClrType
= typeof(TestDto), Properties = [] }],
2 references to ClrType
Aspire.Hosting (2)
Ats\AtsContext.cs (2)
148
_dtoTypes ??= new HashSet<Type>(DtoTypes.Where(d => d.
ClrType
!= null).Select(d => d.
ClrType
!));