14 references to GetString
Microsoft.Build (14)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
312
subcategory = AssemblyResources.
GetString
(subcategoryResourceName);
BackEnd\Shared\EventsCreatorHelper.cs (2)
39
subcategory = AssemblyResources.
GetString
(subcategoryResourceName);
70
subcategory = AssemblyResources.
GetString
(subcategoryResourceName);
Evaluation\Expander.cs (5)
884
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.
GetString
("InvalidFunctionPropertyExpressionDetailMismatchedParenthesis"));
899
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.
GetString
("InvalidFunctionPropertyExpressionDetailMismatchedQuote"));
1492
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "InvalidFunctionPropertyExpression", propertyBody, AssemblyResources.
GetString
("InvalidFunctionPropertyExpressionDetailMismatchedSquareBrackets"));
3901
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.
GetString
("InvalidFunctionPropertyExpressionDetailMismatchedSquareBrackets"));
4535
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.
GetString
("InvalidFunctionPropertyExpressionDetailMismatchedParenthesis"));
Instance\TaskRegistry.cs (1)
1556
throw new InvalidOperationException(AssemblyResources.
GetString
("TaskFactoryTaskTypeIsNotSet"));
src\msbuild\src\Shared\ProjectErrorUtilities.cs (1)
264
string errorSubCategory = errorSubCategoryResourceName is null ? null : AssemblyResources.
GetString
(errorSubCategoryResourceName);
src\msbuild\src\Shared\ProjectFileErrorUtilities.cs (1)
150
string errorSubCategory = errorSubCategoryResourceName is null ? null : AssemblyResources.
GetString
(errorSubCategoryResourceName);
src\msbuild\src\Shared\ResourceUtilities.cs (2)
144
=> AssemblyResources.
GetString
(resourceName);
448
string unformattedMessage = AssemblyResources.
GetString
(resourceName);
Utilities\NuGetFrameworkWrapper.cs (1)
250
throw new InternalErrorException(string.Format(AssemblyResources.
GetString
("NuGetAssemblyNotFound"), assemblyDirectory), ex);