3 references to XDataTypeSyntax
Microsoft.Maui.Controls.Build.Tasks (3)
BuildException.cs (1)
89
public static BuildExceptionCode XDataTypeSyntax = new BuildExceptionCode("XC", 0102, nameof(
XDataTypeSyntax
), "");
SetPropertiesVisitor.cs (2)
499
throw new BuildException(
XDataTypeSyntax
, dataTypeNode as IXmlLineInfo, null);
505
?? throw new BuildException(
XDataTypeSyntax
, dataTypeNode as IXmlLineInfo, null);