2 references to StyleSheetSourceNotALiteral
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
96
public static BuildExceptionCode StyleSheetSourceNotALiteral = new BuildExceptionCode("XC", 0123, nameof(
StyleSheetSourceNotALiteral
), "");
CompiledValueProviders\StyleSheetProvider.cs (1)
37
throw new BuildException(BuildExceptionCode.
StyleSheetSourceNotALiteral
, node, null);