2 references to XStaticResolution
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
88
public static BuildExceptionCode XStaticResolution = new BuildExceptionCode("XC", 0101, nameof(
XStaticResolution
), "");
CompiledMarkupExtensions\StaticExtension.cs (1)
32
throw new BuildException(BuildExceptionCode.
XStaticResolution
, node as IXmlLineInfo, null, membername, typename);