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