7 references to FormatString
MSBuild (7)
InitializationException.cs (2)
172
errorMessage = ResourceUtilities.
FormatString
(errorMessage, formatArgs);
193
errorMessage = ResourceUtilities.
FormatString
(errorMessage, args);
OutOfProcTaskAppDomainWrapperBase.cs (1)
451
ResourceUtilities.
FormatString
(AssemblyResources.GetString(message), messageArgs),
OutOfProcTaskHostNode.cs (2)
1759
ResourceUtilities.
FormatString
(AssemblyResources.GetString(messageResource), messageArgs),
1783
ResourceUtilities.
FormatString
(AssemblyResources.GetString(messageResource), messageArgs),
ResourceUtilities.cs (2)
164
return ExtractMessageCode(true /* msbuildCodeOnly */,
FormatString
(GetResourceString(resourceName), args), out code);
300
=>
FormatString
(GetResourceString(resourceName), args);