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