2 references to IsLiteralSuffix
Microsoft.Build.Tasks.Core (2)
WriteCodeFragment.cs (2)
357else if (key.EndsWith(IsLiteralSuffix, StringComparison.OrdinalIgnoreCase)) 360var parameterNameKey = key.Substring(0, key.Length - IsLiteralSuffix.Length);