18 references to AssemblyResources
Microsoft.Build (18)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
312
subcategory =
AssemblyResources
.GetString(subcategoryResourceName);
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
72
AssemblyResources
.PrimaryResources,
AssemblyResources
.SharedResources, "MSBuild."));
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"));
Resources\AssemblyResources.cs (2)
118
private static readonly ResourceManager s_resources = new ResourceManager("Microsoft.Build.Strings", typeof(
AssemblyResources
).GetTypeInfo().Assembly);
120
private static readonly ResourceManager s_sharedResources = new ResourceManager("Microsoft.Build.Strings.shared", typeof(
AssemblyResources
).GetTypeInfo().Assembly);
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);