14 references to MapTypeRef
Aspire.Hosting.RemoteHost (14)
CodeGeneration\CodeGenerationService.cs (14)
116ReturnType = MapTypeRef(c.ReturnType),
117TargetType = c.TargetType != null ? MapTypeRef(c.TargetType) : null,
118ExpandedTargetTypes = c.ExpandedTargetTypes.Select(MapTypeRef).ToList()
124Type = p.Type != null ? MapTypeRef(p.Type) : null,
131Type = MapTypeRef(cp.Type),
134CallbackReturnType = p.CallbackReturnType != null ? MapTypeRef(p.CallbackReturnType) : null,
146ElementType = t.ElementType != null ? MapTypeRef(t.ElementType) : null,
147KeyType = t.KeyType != null ? MapTypeRef(t.KeyType) : null,
148ValueType = t.ValueType != null ? MapTypeRef(t.ValueType) : null,
149UnionTypes = t.UnionTypes?.Select(MapTypeRef).ToList()
159ImplementedInterfaces = t.ImplementedInterfaces.Select(MapTypeRef).ToList(),
160BaseTypeHierarchy = t.BaseTypeHierarchy.Select(MapTypeRef).ToList()
172Type = MapTypeRef(p.Type),
195Type = MapTypeRef(value.Type),