2 references to StyleSheetNoSourceOrContent
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
94 public static BuildExceptionCode StyleSheetNoSourceOrContent = new BuildExceptionCode("XC", 0121, nameof(StyleSheetNoSourceOrContent), "");
CompiledValueProviders\StyleSheetProvider.cs (1)
31 throw new BuildException(BuildExceptionCode.StyleSheetNoSourceOrContent, node, null);