1 write to ClrNamespace
Microsoft.Maui.Controls (1)
XmlnsDefinitionAttribute.cs (1)
22
ClrNamespace
= clrNamespace ?? throw new ArgumentNullException(nameof(xmlNamespace));
2 references to ClrNamespace
Microsoft.Maui.Controls.Xaml (2)
XmlTypeXamlExtensions.cs (2)
84
potentialTypes.Add(new(typeName, xmlnsDefinitionAttribute.
ClrNamespace
, xmlnsDefinitionAttribute.AssemblyName));
90
potentialTypes.Add(new(typeName, xmlnsDefinitionAttribute.
ClrNamespace
, "System.Private.CoreLib"));