4 references to GetTypeReference
Microsoft.Maui.Controls.Build.Tasks (4)
CompiledConverters\BindablePropertyConverter.cs (1)
71
var typeRef = XmlTypeExtensions.
GetTypeReference
(context.Cache, typeName, module, node);
CompiledMarkupExtensions\DataTemplateExtension.cs (1)
25
var contentTypeRef = module.ImportReference(XmlTypeExtensions.
GetTypeReference
(context.Cache, valueNode.Value as string, module, node as BaseNode))
CompiledMarkupExtensions\StaticExtension.cs (1)
27
var typeRef = module.ImportReference(XmlTypeExtensions.
GetTypeReference
(context.Cache, typename, module, node as BaseNode));
CompiledMarkupExtensions\TypeExtension.cs (1)
31
var typeref = module.ImportReference(XmlTypeExtensions.
GetTypeReference
(context.Cache, valueNode.Value as string, module, node as BaseNode));