12 writes to ClrType
Aspire.Hosting.CodeGeneration.Python.Tests (5)
AtsPythonCodeGeneratorTests.cs (5)
434
ClrType
= typeof(KeywordResource)
490
ClrType
= typeof(AcronymResource)
560
ClrType
= typeof(GenericResource),
567
ClrType
= genericBaseType
572
ClrType
= genericInterfaceType,
Aspire.Hosting.RemoteHost (2)
AtsCapabilityScanner.cs (2)
492
ClrType
= resourceType,
1054
ClrType
= type,
Aspire.Hosting.RemoteHost.Tests (5)
AtsContextFilterTests.cs (4)
381
ClrType
= typeof(TestResource),
392
ClrType
= typeof(IResourceBuilder<IResource>),
403
ClrType
= typeof(DistributedApplication),
414
ClrType
= null,
CallbackProxyTests.cs (1)
158
ClrType
= typeof(ITestCallbackHandle),
14 references to ClrType
Aspire.Hosting.RemoteHost (5)
AtsCapabilityScanner.cs (1)
886
ClrType = typeInfo.
ClrType
,
AtsContextFilter.cs (4)
114
!IsOwnedBySelectedAssembly(type.
ClrType
?.Assembly, type.AtsTypeId, normalizedAssemblyNames))
207
.Where(type => IsOwnedBySelectedAssembly(type.
ClrType
?.Assembly, type.AtsTypeId, normalizedAssemblyNames))
325
ClrType = handleType.
ClrType
,
554
AddAssemblyName(knownAssemblyNames, type.
ClrType
?.Assembly);
Aspire.Hosting.RemoteHost.Tests (6)
AtsContextFilterTests.cs (6)
51
type => Assert.Null(type.
ClrType
));
205
ClrType = referencedHandleType.
ClrType
,
508
ClrType = selectedHandleType.
ClrType
,
536
ClrType = referencedCoreHandleType.
ClrType
,
544
ClrType = selectedHandleType.
ClrType
,
561
ClrType = unrelatedCoreHandleType.
ClrType
,
Aspire.TypeSystem (3)
AtsCapabilityInfo.cs (1)
488
public bool IsResourceBuilder => HostingTypeHelpers.IsResourceType(
ClrType
);
AtsContext.cs (2)
163
_handleTypes ??= new HashSet<Type>(HandleTypes.Where(t => t.
ClrType
!= null).Select(t => t.
ClrType
!));