1 write to NamespaceUri
Microsoft.Maui.Controls.SourceGen (1)
src\Controls\src\Xaml\XamlNode.cs (1)
49 NamespaceUri = namespaceUri;
6 references to NamespaceUri
Microsoft.Maui.Controls.SourceGen (6)
CodeBehindGenerator.cs (1)
502 var ns = GetClrNamespace(xmlType.NamespaceUri);
src\Controls\src\Xaml\XamlNode.cs (4)
66 NamespaceUri == other.NamespaceUri && 77 int hashCode = NamespaceUri.GetHashCode(); 228 protected RootNode(XmlType xmlType, IXmlNamespaceResolver nsResolver, int linenumber = -1, int lineposition = -1) : base(xmlType, xmlType.NamespaceUri, nsResolver, linenumber: linenumber, lineposition: lineposition)
src\Controls\src\Xaml\XmlTypeXamlExtensions.cs (1)
45 var namespaceURI = xmlType.NamespaceUri;