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