2 references to IsSameType
Aspire.Hosting.CodeGeneration.Go (2)
AtsGoCodeGenerator.cs (2)
1170
if (
IsSameType
(returnType.TypeId, capability, currentTypeId))
1266
var isFluent =
IsSameType
(returnType.TypeId, capability, currentTypeId);