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