3 references to XmlType
Microsoft.Maui.Controls.SourceGen (3)
CodeBehindGenerator.cs (2)
432
baseType = GetTypeName(new
XmlType
(root.NamespaceURI, root.LocalName, typeArguments != null ? TypeArgumentsParser.ParseExpression(typeArguments, nsmgr, null) : null), compilation, xmlnsCache, typeCache);
480
var xmlType = new
XmlType
(node.NamespaceURI, node.LocalName,
src\Controls\src\Xaml\TypeArgumentsParser.cs (1)
85
return new
XmlType
(namespaceuri, name, typeArguments);