2 references to XStaticSyntax
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
87 public static BuildExceptionCode XStaticSyntax = new BuildExceptionCode("XC", 0100, nameof(XStaticSyntax), "");
CompiledMarkupExtensions\StaticExtension.cs (1)
21 throw new BuildException(BuildExceptionCode.XStaticSyntax, node as IXmlLineInfo, null);