2 references to StyleSheetStyleNotALiteral
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
95 public static BuildExceptionCode StyleSheetStyleNotALiteral = new BuildExceptionCode("XC", 0122, nameof(StyleSheetStyleNotALiteral), "");
CompiledValueProviders\StyleSheetProvider.cs (1)
34 throw new BuildException(BuildExceptionCode.StyleSheetStyleNotALiteral, node, null);