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