2 references to DeepCombinatorText
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ScopedCss\RewriteCss.cs (2)
27
private static readonly Regex s_deepCombinatorRegex = new($@"^{
DeepCombinatorText
}\s*", RegexOptions.None, s_regexTimeout);
188
Edits.Add(new DeleteContentEdit { Position = firstDeepCombinator.Start, DeleteLength =
DeepCombinatorText
.Length });