8 references to FormatResourceStringStripCodeAndKeyword
Microsoft.Build (8)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1849ResourceUtilities.FormatResourceStringStripCodeAndKeyword(
Logging\BaseConsoleLogger.cs (1)
162string formattedString = ResourceUtilities.FormatResourceStringStripCodeAndKeyword(resourceString, args);
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
249ResourceUtilities.FormatResourceStringStripCodeAndKeyword("Binlog_ReaderMismatchedRead",
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
1483WriteMessageAligned(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("TargetStartedFileProjectDepends", targetName, targetStartedEvent.TargetFile, currentProjectFile, targetStartedEvent.ParentTarget), true); 1558WriteMessageAligned(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("ProjectStartedWithDefaultTargetsMultiProc", previous, parentStartedEvent.FullProjectKey, current, projectStartedEvent.FullProjectKey, currentProjectNodeId), true); 1562WriteMessageAligned(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("ProjectStartedWithTargetsMultiProc", previous, parentStartedEvent.FullProjectKey, current, projectStartedEvent.FullProjectKey, currentProjectNodeId, targetNames), true);
src\msbuild\src\Shared\ErrorUtilities.cs (2)
125throw new InvalidOperationException(ResourceUtilities.FormatResourceStringStripCodeAndKeyword(resourceName, args)); 230throw new ArgumentException(ResourceUtilities.FormatResourceStringStripCodeAndKeyword(resourceName, args), innerException);