7 references to FormatString
MSBuildTaskHost (7)
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\ErrorUtilities.cs (2)
59
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args));
69
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args), innerException);
OutOfProcTaskAppDomainWrapperBase.cs (1)
396
ResourceUtilities.
FormatString
(AssemblyResources.GetString(message), messageArgs),
OutOfProcTaskHostNode.cs (2)
1211
ResourceUtilities.
FormatString
(AssemblyResources.GetString(messageResource), messageArgs),
1235
ResourceUtilities.
FormatString
(AssemblyResources.GetString(messageResource), messageArgs),
ResourceUtilities.cs (2)
167
return ExtractMessageCode(true /* msbuildCodeOnly */,
FormatString
(GetResourceString(resourceName), args), out code);
310
=>
FormatString
(GetResourceString(resourceName), args);