2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
171public void Translate(ref int value) 904public void Translate(ref int value)
138 references to Translate
Microsoft.Build (93)
BackEnd\BuildManager\BuildParameters.cs (3)
911translator.Translate(ref _buildId); 923translator.Translate(ref _maxNodeCount); 924translator.Translate(ref _memoryUseLimit);
BackEnd\Components\BuildRequestEngine\BuildRequestConfigurationResponse.cs (3)
79translator.Translate(ref _nodeConfigId); 80translator.Translate(ref _globalConfigId); 81translator.Translate(ref _resultsNodeId);
BackEnd\Components\Caching\ConfigCache.cs (2)
364(ITranslator aTranslator, ref int configId) => aTranslator.Translate(ref configId), 382(ITranslator aTranslator, ref int configId) => aTranslator.Translate(ref configId),
BackEnd\Components\Caching\ResultsCache.cs (1)
250(ITranslator aTranslator, ref int i) => aTranslator.Translate(ref i),
BackEnd\Components\Communications\TranslatorExtensions.cs (2)
40translator.Translate(ref count); 53translator.Translate(ref count);
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (1)
89translator.Translate(ref _submissionId);
BackEnd\Node\NodeConfiguration.cs (1)
160translator.Translate(ref _nodeId);
BackEnd\Node\ServerNodeBuildResult.cs (1)
34translator.Translate(ref _exitCode);
BackEnd\Shared\BuildRequest.cs (6)
422translator.Translate(ref _submissionId); 423translator.Translate(ref _configurationId); 424translator.Translate(ref _globalRequestId); 425translator.Translate(ref _parentGlobalRequestId); 426translator.Translate(ref _nodeRequestId); 435translator.Translate(ref _projectContextId);
BackEnd\Shared\BuildRequestBlocker.cs (2)
230translator.Translate(ref _blockedGlobalRequestId); 232translator.Translate(ref _blockingGlobalRequestId);
BackEnd\Shared\BuildRequestConfiguration.cs (3)
927translator.Translate(ref _configId); 934translator.Translate(ref _resultsNodeId); 947translator.Translate(ref _configId);
BackEnd\Shared\BuildRequestUnblocker.cs (1)
111translator.Translate(ref _blockedGlobalRequestId);
BackEnd\Shared\BuildResult.cs (7)
622translator.Translate(ref _submissionId); 623translator.Translate(ref _configurationId); 624translator.Translate(ref _globalRequestId); 625translator.Translate(ref _parentGlobalRequestId); 626translator.Translate(ref _nodeRequestId); 669translator.Translate(ref _version); 679translator.Translate(ref _version);
BackEnd\Shared\ResourceRequest.cs (2)
97translator.Translate(ref _globalRequestId); 100translator.Translate(ref _numCores);
BackEnd\Shared\ResourceResponse.cs (2)
62translator.Translate(ref _globalRequestId); 63translator.Translate(ref _numCores);
BackEnd\Shared\TargetResult.cs (1)
326translator.Translate(ref itemsCount);
ElementLocation\ElementLocation.cs (4)
149translator.Translate(ref line); 150translator.Translate(ref column); 163translator.Translate(ref line); 164translator.Translate(ref column);
Instance\ProjectInstance.cs (5)
2422translator.Translate(ref _evaluationId); 2490translator.Translate(ref typeCount); 2495translator.Translate(ref itemCount); 2507translator.Translate(ref typeCount); 2513translator.Translate(ref itemCount);
Logging\LoggerDescription.cs (1)
351translator.Translate(ref _loggerId);
Logging\TargetConsoleConfiguration.cs (1)
45translator.Translate(ref _bufferWidth);
LogMessagePacketBase.cs (29)
392translator.Translate(ref _sinkId); 426translator.Translate(ref packetVersion); 472translator.Translate(ref packetVersion); 858translator.Translate(ref columnNumber); 861translator.Translate(ref endColumnNumber); 864translator.Translate(ref endLineNumber); 870translator.Translate(ref lineNumber); 885translator.Translate(ref columnNumber); 888translator.Translate(ref endColumnNumber); 891translator.Translate(ref endLineNumber); 897translator.Translate(ref lineNumber); 974translator.Translate(ref count); 1003translator.Translate(ref kind); 1004translator.Translate(ref evaluationPass); 1009translator.Translate(ref line); 1025translator.Translate(ref numberOfHits); 1192translator.Translate(ref columnNumber); 1195translator.Translate(ref endColumnNumber); 1198translator.Translate(ref endLineNumber); 1204translator.Translate(ref lineNumber); 1234translator.Translate(ref columnNumber); 1237translator.Translate(ref endColumnNumber); 1240translator.Translate(ref endLineNumber); 1246translator.Translate(ref lineNumber); 1436translator.Translate(ref count); 1470translator.Translate(ref kind); 1471translator.Translate(ref evaluationPass); 1476translator.Translate(ref line); 1506translator.Translate(ref numberOfHits);
TaskHostConfiguration.cs (3)
413translator.Translate(ref _nodeId); 435translator.Translate(ref _lineNumberOfTask); 436translator.Translate(ref _columnNumberOfTask);
TaskParameter.cs (6)
350translator.Translate(ref length); 360translator.Translate(ref length); 609translator.Translate(ref length); 637translator.Translate(ref length); 692translator.Translate(ref length); 703translator.Translate(ref length);
TranslatorHelpers.cs (6)
129translator.Translate(ref count); 166translator.Translate(ref lcid); 194translator.Translate(ref major); 195translator.Translate(ref minor); 196translator.Translate(ref build); 197translator.Translate(ref revision);
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BinaryTranslator_Tests.cs (4)
788TranslationHelpers.GetWriteTranslator().Translate(ref value); 791TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue); 940translator.Translate(ref _baseValue); 1025translator.Translate(ref _derivedValue);
Microsoft.Build.Tasks.Core (7)
GetSDKReferenceFiles.cs (1)
1278translator.Translate(ref _hash);
TranslatorHelpers.cs (6)
129translator.Translate(ref count); 166translator.Translate(ref lcid); 194translator.Translate(ref major); 195translator.Translate(ref minor); 196translator.Translate(ref build); 197translator.Translate(ref revision);
MSBuild (34)
LogMessagePacketBase.cs (19)
392translator.Translate(ref _sinkId); 426translator.Translate(ref packetVersion); 472translator.Translate(ref packetVersion); 858translator.Translate(ref columnNumber); 861translator.Translate(ref endColumnNumber); 864translator.Translate(ref endLineNumber); 870translator.Translate(ref lineNumber); 885translator.Translate(ref columnNumber); 888translator.Translate(ref endColumnNumber); 891translator.Translate(ref endLineNumber); 897translator.Translate(ref lineNumber); 1192translator.Translate(ref columnNumber); 1195translator.Translate(ref endColumnNumber); 1198translator.Translate(ref endLineNumber); 1204translator.Translate(ref lineNumber); 1234translator.Translate(ref columnNumber); 1237translator.Translate(ref endColumnNumber); 1240translator.Translate(ref endLineNumber); 1246translator.Translate(ref lineNumber);
TaskHostConfiguration.cs (3)
413translator.Translate(ref _nodeId); 435translator.Translate(ref _lineNumberOfTask); 436translator.Translate(ref _columnNumberOfTask);
TaskParameter.cs (6)
350translator.Translate(ref length); 360translator.Translate(ref length); 609translator.Translate(ref length); 637translator.Translate(ref length); 692translator.Translate(ref length); 703translator.Translate(ref length);
TranslatorHelpers.cs (6)
129translator.Translate(ref count); 166translator.Translate(ref lcid); 194translator.Translate(ref major); 195translator.Translate(ref minor); 196translator.Translate(ref build); 197translator.Translate(ref revision);