28 references to GetResourceString
Microsoft.Build.Tasks.Core (28)
AssemblyDependency\AssemblyFoldersFromConfig\AssemblyFoldersFromConfigResolver.cs (1)
147_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)
198if (!PropertyParser.GetTableWithEscaping(Log, ResourceUtilities.GetResourceString("General.GlobalProperties"), "Properties", Properties, out Dictionary<string, string> propertiesTable))
src\msbuild\src\Shared\ResourceUtilities.cs (15)
49string message = MessageFormatter.Format(GetResourceString(resourceName), args); 70string message = GetResourceString(resourceName); 88string message = MessageFormatter.Format(GetResourceString(resourceName), arg1); 107string message = MessageFormatter.Format(GetResourceString(resourceName), arg1, arg2); 127string message = MessageFormatter.Format(GetResourceString(resourceName), arg1, arg2, arg3); 147string message = MessageFormatter.Format(GetResourceString(resourceName), args); 165string message = GetResourceString(resourceName); 182string message = MessageFormatter.Format(GetResourceString(resourceName), arg1); 200string message = MessageFormatter.Format(GetResourceString(resourceName), arg1, arg2); 219string message = MessageFormatter.Format(GetResourceString(resourceName), arg1, arg2, arg3); 235=> MessageFormatter.Format(GetResourceString(resourceName), args); 246=> GetResourceString(resourceName); 256=> MessageFormatter.Format(GetResourceString(resourceName), arg1); 267=> MessageFormatter.Format(GetResourceString(resourceName), arg1, arg2); 279=> MessageFormatter.Format(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)
246throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XsltParameterNotWellFormed"), xe); 303throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XmlInput.TooMany")); 307throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XmlInput.TooFew")); 422throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XsltInput.TooMany")); 426throw new ArgumentException(ResourceUtilities.GetResourceString("XslTransform.XsltInput.TooFew"));