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