20 references to Any
Aspire.Hosting.CodeGeneration.Go (1)
AtsGoCodeGenerator.cs (1)
2172AtsConstants.Any => "any",
Aspire.Hosting.CodeGeneration.Java (1)
AtsJavaCodeGenerator.cs (1)
2587AtsConstants.Any => "Object",
Aspire.Hosting.CodeGeneration.Python (2)
AtsPythonCodeGenerator.cs (2)
242return typeRef.TypeId is AtsConstants.Void or AtsConstants.Any or AtsConstants.CancellationToken 256AtsConstants.Any => "typing.Any",
Aspire.Hosting.CodeGeneration.Rust (2)
AtsRustCodeGenerator.cs (2)
1015AtsConstants.Any => "Value", 1041AtsConstants.Any => "&Value",
Aspire.Hosting.CodeGeneration.TypeScript (2)
TypeScriptApiProjector.cs (2)
1711return typeRef.TypeId is AtsConstants.Void or AtsConstants.Any or AtsConstants.CancellationToken 1756AtsConstants.Any => "any",
Aspire.Hosting.RemoteHost (11)
Ats\AtsMarshaller.cs (1)
146if (typeRef.TypeId == TypeSystem.AtsConstants.Any)
AtsCapabilityScanner.cs (10)
1617: new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive }; 1644propertyTypeRef = new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive }; 2379return AtsConstants.Any; 2384return AtsConstants.DictTypeId(AtsConstants.String, AtsConstants.Any); 2389return AtsConstants.ListTypeId(AtsConstants.Any); 2688return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive }; 2695TypeId = AtsConstants.DictTypeId(AtsConstants.String, AtsConstants.Any), 2699ValueType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive }, 2708TypeId = AtsConstants.ListTypeId(AtsConstants.Any), 2711ElementType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive }
Aspire.TypeSystem (1)
AtsConstants.cs (1)
318Guid or Uri or Any or CancellationToken => true,