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