16 references to ReferenceExpressionTypeId
Aspire.Hosting.CodeGeneration.Go (4)
AtsGoCodeGenerator.cs (4)
158if (dto.TypeId == AtsConstants.ReferenceExpressionTypeId) 538if (handleType.AtsTypeId == AtsConstants.ReferenceExpressionTypeId) 655if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId) 718if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId)
Aspire.Hosting.CodeGeneration.Java (4)
AtsJavaCodeGenerator.cs (4)
177if (dto.TypeId == AtsConstants.ReferenceExpressionTypeId) 505if (handleType.AtsTypeId == AtsConstants.ReferenceExpressionTypeId) 620if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId) 682if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId)
Aspire.Hosting.CodeGeneration.Python (1)
AtsPythonCodeGenerator.cs (1)
574if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId)
Aspire.Hosting.CodeGeneration.Rust (6)
AtsRustCodeGenerator.cs (6)
197if (dto.TypeId == AtsConstants.ReferenceExpressionTypeId) 572if (handleType.AtsTypeId == AtsConstants.ReferenceExpressionTypeId) 686if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId) 724if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId) 807&& typeRef.TypeId != AtsConstants.ReferenceExpressionTypeId; 820if (typeRef.TypeId == AtsConstants.ReferenceExpressionTypeId)
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptCodeGenerator.cs (1)
439_wrapperClassNames[AtsConstants.ReferenceExpressionTypeId] = "ReferenceExpression";