24 references to GetResourceString
Microsoft.Build.Tasks.Core (24)
AssemblyDependency\AssemblyFoldersFromConfig\AssemblyFoldersFromConfigResolver.cs (1)
144_taskLogger.LogError(ResourceUtilities.GetResourceString("ResolveAssemblyReference.AssemblyFoldersConfigFileMalformed"), _assemblyFolderConfigFile, e.Message);
AssemblyDependency\ReferenceTable.cs (1)
2885throw new BadImageFormatException(ResourceUtilities.GetResourceString("ResolveAssemblyReference.ImplementationDllHasInvalidPEHeader"));
AssemblyDependency\ResolveAssemblyReference.cs (1)
2555ResourceUtilities.GetResourceString("ResolveAssemblyReference.AppConfigFilePathEmpty"));
MSBuild.cs (1)
214if (!PropertyParser.GetTableWithEscaping(Log, ResourceUtilities.GetResourceString("General.GlobalProperties"), "Properties", Properties, out Dictionary<string, string> propertiesTable))
src\msbuild\src\Shared\ErrorUtilities.cs (1)
495ResourceUtilities.GetResourceString("Shared.CollectionCopyToFailureProvidedArrayIsTooSmall"),
src\msbuild\src\Shared\ResourceUtilities.cs (10)
164return ExtractMessageCode(true /* msbuildCodeOnly */, FormatString(GetResourceString(resourceName), args), out code); 181return ExtractMessageCode(true, GetResourceString(resourceName), out code); 195return ExtractMessageCode(true, FormatString(GetResourceString(resourceName), arg1), out code); 210return ExtractMessageCode(true, FormatString(GetResourceString(resourceName), arg1, arg2), out code); 226return ExtractMessageCode(true, FormatString(GetResourceString(resourceName), arg1, arg2, arg3), out code); 300=> FormatString(GetResourceString(resourceName), args); 311=> GetResourceString(resourceName); 321=> FormatString(GetResourceString(resourceName), arg1); 332=> FormatString(GetResourceString(resourceName), arg1, arg2); 344=> FormatString(GetResourceString(resourceName), arg1, arg2, arg3);
XmlPeek.cs (3)
191throw new ArgumentException(ResourceUtilities.GetResourceString("XmlPeek.NamespacesParameterNotWellFormed"), xe); 247throw new ArgumentException(ResourceUtilities.GetResourceString("XmlPeek.XmlInput.TooMany")); 252throw new ArgumentException(ResourceUtilities.GetResourceString("XmlPeek.XmlInput.TooFew"));
XmlPoke.cs (1)
178throw new ArgumentException(ResourceUtilities.GetResourceString("XmlPoke.NamespacesParameterNotWellFormed"), xe);
XslTransformation.cs (5)
234throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XsltParameterNotWellFormed"), xe); 291throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XmlInput.TooMany")); 295throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XmlInput.TooFew")); 410throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XsltInput.TooMany")); 414throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XsltInput.TooFew"));