13 references to MapTypeRef
Aspire.Hosting.RemoteHost (13)
CodeGeneration\CodeGenerationService.cs (13)
74ReturnType = MapTypeRef(c.ReturnType), 75TargetType = c.TargetType != null ? MapTypeRef(c.TargetType) : null, 76ExpandedTargetTypes = c.ExpandedTargetTypes.Select(MapTypeRef).ToList() 82Type = p.Type != null ? MapTypeRef(p.Type) : null, 89Type = MapTypeRef(cp.Type) 91CallbackReturnType = p.CallbackReturnType != null ? MapTypeRef(p.CallbackReturnType) : null, 101ElementType = t.ElementType != null ? MapTypeRef(t.ElementType) : null, 102KeyType = t.KeyType != null ? MapTypeRef(t.KeyType) : null, 103ValueType = t.ValueType != null ? MapTypeRef(t.ValueType) : null, 104UnionTypes = t.UnionTypes?.Select(MapTypeRef).ToList() 113ImplementedInterfaces = t.ImplementedInterfaces.Select(MapTypeRef).ToList(), 114BaseTypeHierarchy = t.BaseTypeHierarchy.Select(MapTypeRef).ToList() 124Type = MapTypeRef(p.Type),