22 references to Any
Aspire.Hosting.CodeGeneration.Go (2)
AtsGoCodeGenerator.cs (2)
2166&& typeRef.TypeId is not (AtsConstants.Void or AtsConstants.Any or AtsConstants.CancellationToken); 2193AtsConstants.Any => "any",
Aspire.Hosting.CodeGeneration.Java (1)
AtsJavaCodeGenerator.cs (1)
2651AtsConstants.Any => "Object",
Aspire.Hosting.CodeGeneration.Python (2)
AtsPythonCodeGenerator.cs (2)
247&& typeRef.TypeId is not (AtsConstants.Void or AtsConstants.Any or AtsConstants.CancellationToken); 258AtsConstants.Any => "typing.Any",
Aspire.Hosting.CodeGeneration.Rust (3)
AtsRustCodeGenerator.cs (3)
1017AtsConstants.Any => "Value", 1043AtsConstants.Any => "&Value", 1062&& typeRef.TypeId is not (AtsConstants.Void or AtsConstants.Any or AtsConstants.CancellationToken);
Aspire.Hosting.CodeGeneration.TypeScript (2)
TypeScriptApiProjector.cs (2)
1711return typeRef.TypeId is AtsConstants.Void or AtsConstants.Any or AtsConstants.CancellationToken 1764AtsConstants.Any => "any",
Aspire.Hosting.RemoteHost (11)
Ats\AtsMarshaller.cs (1)
150if (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); 2689return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive }; 2696TypeId = AtsConstants.DictTypeId(AtsConstants.String, AtsConstants.Any), 2700ValueType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive }, 2709TypeId = AtsConstants.ListTypeId(AtsConstants.Any), 2712ElementType = 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,