8 references to FormatString
MSBuildTaskHost (8)
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\ErrorUtilities.cs (2)
58throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 67throw new InternalErrorException(ResourceUtilities.FormatString(message, args), innerException);
FileUtilities.cs (1)
490string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
OutOfProcTaskAppDomainWrapperBase.cs (1)
396ResourceUtilities.FormatString(AssemblyResources.GetString(message), messageArgs),
OutOfProcTaskHostNode.cs (2)
1211ResourceUtilities.FormatString(AssemblyResources.GetString(messageResource), messageArgs), 1235ResourceUtilities.FormatString(AssemblyResources.GetString(messageResource), messageArgs),
ResourceUtilities.cs (2)
172return ExtractMessageCode(true /* msbuildCodeOnly */, FormatString(GetResourceString(resourceName), args), out code); 211return FormatString(GetResourceString(resourceName), args);