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