3 references to FormatResourceStringStripCodeAndKeyword
MSBuild (3)
CommandLine\CommandLineSwitchException.cs (1)
150
string errorMessage = ResourceUtilities.
FormatResourceStringStripCodeAndKeyword
(messageResourceName, messageArgs);
ErrorUtilities.cs (2)
271
throw new InvalidOperationException(ResourceUtilities.
FormatResourceStringStripCodeAndKeyword
(resourceName, args));
376
throw new ArgumentException(ResourceUtilities.
FormatResourceStringStripCodeAndKeyword
(resourceName, args), innerException);