3 references to XmlnsUndeclared
Microsoft.Maui.Controls.Build.Tasks (3)
BuildException.cs (1)
79 public static BuildExceptionCode XmlnsUndeclared = new BuildExceptionCode("XC", 0062, nameof(XmlnsUndeclared), "");
ExpandMarkupsVisitor.cs (1)
136 throw new BuildException(BuildExceptionCode.XmlnsUndeclared, xmlLineInfo, null, prefix);
SetPropertiesVisitor.cs (1)
510 throw new BuildException(XmlnsUndeclared, dataTypeNode as IXmlLineInfo, null, prefix);