7 references to Any
Aspire.Hosting (5)
Ats\AtsCapabilityScanner.cs (4)
977
: new AtsTypeRef { TypeId = AtsConstants.
Any
, Category = AtsTypeCategory.Primitive };
1004
propertyTypeRef = new AtsTypeRef { TypeId = AtsConstants.
Any
, Category = AtsTypeCategory.Primitive };
1635
return AtsConstants.
Any
;
1884
return new AtsTypeRef { TypeId = AtsConstants.
Any
, ClrType = type, Category = AtsTypeCategory.Primitive };
Ats\AtsConstants.cs (1)
321
Guid or Uri or
Any
or CancellationToken => true,
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptCodeGenerator.cs (1)
170
AtsConstants.
Any
=> "any",
Aspire.Hosting.RemoteHost (1)
Ats\AtsMarshaller.cs (1)
128
if (typeRef.TypeId == Hosting.Ats.AtsConstants.
Any
)