9 references to FormatString
MSBuild (9)
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 69throw new InternalErrorException(ResourceUtilities.FormatString(message, args), innerException);
InitializationException.cs (2)
172errorMessage = ResourceUtilities.FormatString(errorMessage, formatArgs); 193errorMessage = ResourceUtilities.FormatString(errorMessage, args);
OutOfProcTaskAppDomainWrapperBase.cs (1)
396ResourceUtilities.FormatString(AssemblyResources.GetString(message), messageArgs),
OutOfProcTaskHostNode.cs (2)
1237ResourceUtilities.FormatString(AssemblyResources.GetString(messageResource), messageArgs), 1261ResourceUtilities.FormatString(AssemblyResources.GetString(messageResource), messageArgs),
ResourceUtilities.cs (2)
164return ExtractMessageCode(true /* msbuildCodeOnly */, FormatString(GetResourceString(resourceName), args), out code); 300=> FormatString(GetResourceString(resourceName), args);