9 references to GetTypeReference
Microsoft.Maui.Controls.Build.Tasks (9)
CompiledConverters\TypeTypeConverter.cs (1)
31
var typeRef = xmlType.
GetTypeReference
(context.Cache, module, (IXmlLineInfo)node);
CompiledMarkupExtensions\StaticResourceExtension.cs (2)
116
var parentType = module.ImportReference((node.Parent as IElementNode).XmlType.
GetTypeReference
(context.Cache, module, (IXmlLineInfo)node));
173
var parentType = module.ImportReference(parentNode.XmlType.
GetTypeReference
(context.Cache, module, (IXmlLineInfo)node));
CreateObjectVisitor.cs (1)
51
var typeref = Module.ImportReference(node.XmlType.
GetTypeReference
(Context.Cache, Module, node));
SetPropertiesVisitor.cs (2)
513
var tSourceRef = dtXType.
GetTypeReference
(context.Cache, module, (IXmlLineInfo)node);
1742
elementType = new XmlType(namespaceURI, typename, null).
GetTypeReference
(context.Cache, context.Body.Method.Module, lineInfo);
XmlTypeExtensions.cs (3)
58
return
GetTypeReference
(xmlType, cache, module, node as IXmlLineInfo);
68
return new XmlType(namespaceURI, typename, null).
GetTypeReference
(cache, module, xmlInfo);
87
type = module.ImportReference(type).MakeGenericInstanceType(typeArguments.Select(x => x.
GetTypeReference
(cache, module, xmlInfo)).ToArray());