56 references to MessageFormatter
Microsoft.Build (13)
parent\Shared\ResourceUtilities.cs (12)
49
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
88
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
107
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
127
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
147
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
182
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
200
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
219
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
235
=>
MessageFormatter
.Format(GetResourceString(resourceName), args);
256
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
267
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
279
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
parent\Shared\TaskLoggingHelper.cs (1)
232
return
MessageFormatter
.Format(unformatted, args);
Microsoft.Build.Tasks.Core (12)
parent\Shared\ResourceUtilities.cs (12)
49
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
88
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
107
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
127
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
147
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
182
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
200
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
219
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
235
=>
MessageFormatter
.Format(GetResourceString(resourceName), args);
256
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
267
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
279
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
Microsoft.Build.Utilities.Core (13)
parent\Shared\ResourceUtilities.cs (12)
49
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
88
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
107
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
127
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
147
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
182
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
200
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
219
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
235
=>
MessageFormatter
.Format(GetResourceString(resourceName), args);
256
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
267
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
279
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
parent\Shared\TaskLoggingHelper.cs (1)
232
return
MessageFormatter
.Format(unformatted, args);
MSBuild (18)
InitializationException.cs (3)
155
errorMessage =
MessageFormatter
.Format(errorMessage, e?.Message ?? string.Empty);
173
errorMessage =
MessageFormatter
.Format(errorMessage, formatArgs);
194
errorMessage =
MessageFormatter
.Format(errorMessage, args);
OutOfProcTaskAppDomainWrapperBase.cs (1)
467
message:
MessageFormatter
.Format(AssemblyResources.GetString(message), messageArgs),
OutOfProcTaskHostNode.cs (2)
1851
message:
MessageFormatter
.Format(AssemblyResources.GetString(messageResource), messageArgs),
1874
message:
MessageFormatter
.Format(AssemblyResources.GetString(messageResource), messageArgs),
parent\Shared\ResourceUtilities.cs (12)
49
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
88
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
107
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
127
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
147
string message =
MessageFormatter
.Format(GetResourceString(resourceName), args);
182
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
200
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
219
string message =
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);
235
=>
MessageFormatter
.Format(GetResourceString(resourceName), args);
256
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1);
267
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2);
279
=>
MessageFormatter
.Format(GetResourceString(resourceName), arg1, arg2, arg3);