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, 145ElementType = t.ElementType != null ? MapTypeRef(t.ElementType) : null, 146KeyType = t.KeyType != null ? MapTypeRef(t.KeyType) : null, 147ValueType = t.ValueType != null ? MapTypeRef(t.ValueType) : null, 148UnionTypes = t.UnionTypes?.Select(MapTypeRef).ToList() 158ImplementedInterfaces = t.ImplementedInterfaces.Select(MapTypeRef).ToList(), 159BaseTypeHierarchy = t.BaseTypeHierarchy.Select(MapTypeRef).ToList() 171Type = MapTypeRef(p.Type), 194Type = MapTypeRef(value.Type),