3 references to TryGetTypeReference
Microsoft.Maui.Controls.Build.Tasks (3)
ExpandMarkupsVisitor.cs (1)
193 if (!type.TryGetTypeReference(contextProvider.Context.Cache, contextProvider.Context.Module, null, expandToExtension: true, out _))
SetPropertiesVisitor.cs (1)
665 && parentNode.XmlType.TryGetTypeReference(context.Cache, module, (IXmlLineInfo)node, false, out TypeReference parentTypeRef)
XmlTypeExtensions.cs (1)
94 if (TryGetTypeReference(xmlType, cache, module, xmlInfo, expandToExtension: expandToExtension, out TypeReference typeReference))