2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
128public void Translate(ref bool value) 979public void Translate(ref bool value)
88 references to Translate
Microsoft.Build (64)
BackEnd\BuildManager\BuildParameters.cs (15)
954translator.Translate(ref _disableInProcNode); 955translator.Translate(ref _enableNodeReuse); 956translator.Translate(ref _enableRarNode); 966translator.Translate(ref _onlyLogCriticalEvents); 970translator.Translate(ref _useSynchronousLogging); 971translator.Translate(ref _shutdownInProcNodeOnBuildFinish); 972translator.Translate(ref _logTaskInputs); 973translator.Translate(ref _logInitialPropertiesAndItems); 975translator.Translate(ref _interactive); 976translator.Translate(ref _question); 977translator.Translate(ref _isBuildCheckEnabled); 978translator.Translate(ref _isTelemetryEnabled); 980translator.Translate(ref _reportFileAccesses); 981translator.Translate(ref _enableTargetOutputLogging); 982translator.Translate(ref _multiThreaded);
BackEnd\Components\Communications\LogMessagePacket.cs (6)
123translator.Translate(ref hasValue); 160translator.Translate(ref lineHasValue); 167translator.Translate(ref parentIdHasValue); 404translator.Translate(ref hasValue); 448translator.Translate(ref lineHasValue); 455translator.Translate(ref parentIdHasValue);
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (2)
91translator.Translate(ref _interactive); 92translator.Translate(ref _isRunningInVisualStudio);
BackEnd\Components\SdkResolution\SdkResult.cs (1)
85translator.Translate(ref _success);
BackEnd\Node\LoggingNodeConfiguration.cs (6)
44translator.Translate(ref _includeEvaluationMetaprojects); 45translator.Translate(ref _includeEvaluationProfiles); 46translator.Translate(ref _includeEvaluationPropertiesAndItemsInProjectStartedEvent); 47translator.Translate(ref _includeEvaluationPropertiesAndItemsInEvaluationFinishedEvent); 48translator.Translate(ref _includeTaskInputs); 49translator.Translate(ref _includeTargetOutputs);
BackEnd\Shared\BuildRequest.cs (1)
433translator.Translate(ref _skipStaticGraphIsolationConstraints);
BackEnd\Shared\BuildRequestConfiguration.cs (2)
955translator.Translate(ref _explicitToolsVersionSpecified); 976translator.Translate(ref _explicitToolsVersionSpecified);
BackEnd\Shared\BuildResult.cs (2)
648translator.Translate(ref _circularDependency); 651translator.Translate(ref _baseOverallResult);
BackEnd\Shared\ResourceRequest.cs (2)
96translator.Translate(ref _isResourceAcquire); 97translator.Translate(ref _isBlocking);
BackEnd\Shared\TargetResult.cs (2)
343translator.Translate(ref _targetFailureDoesntCauseBuildFailure); 344translator.Translate(ref _afterTargetsHaveFailed);
FileAccess\FileAccessData.cs (1)
145translator.Translate(ref _isAnAugmentedFileAccess);
Instance\ProjectInstance.cs (5)
2463translator.Translate(ref _translateEntireState); 2501translator.Translate(ref _isImmutable); 2515translator.Translate(ref _isImmutable); 2530translator.Translate(ref _usingDifferentToolsVersionFromProjectFile); 2531translator.Translate(ref _explicitToolsVersionSpecified);
Instance\ProjectItemInstance.cs (2)
1669translator.Translate(ref _isImmutable); 1887translator.Translate(ref _isImmutable);
Instance\ProjectPropertyInstance.cs (2)
179translator.Translate(ref isImmutable); 280translator.Translate(ref isImmutable);
Instance\ProjectTargetInstance.cs (1)
570translator.Translate(ref _parentProjectSupportsReturnsAttribute);
Instance\TaskRegistry.cs (3)
1830translator.Translate(ref _taskBodyEvaluated); 1860translator.Translate(ref output); 1861translator.Translate(ref required);
Logging\TargetConsoleConfiguration.cs (2)
45translator.Translate(ref _acceptAnsiColorCodes); 46translator.Translate(ref _outputIsScreen);
LogMessagePacketBase.cs (2)
401translator.Translate(ref eventCanSerializeItself); 432translator.Translate(ref eventCanSerializeItself);
NodeBuildComplete.cs (1)
67translator.Translate(ref _prepareForReuse);
TaskHostConfiguration.cs (2)
514translator.Translate(ref _isTaskInputLoggingEnabled); 516translator.Translate(ref _continueOnError);
TaskHostCoresRequest.cs (1)
49translator.Translate(ref _isRelease);
TaskHostIsRunningMultipleNodesResponse.cs (1)
37translator.Translate(ref _isRunningMultipleNodes);
TaskHostTaskComplete.cs (1)
251translator.Translate(ref hasFileAccessData);
TaskParameter.cs (1)
329translator.Translate(ref boolParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1287TranslationHelpers.GetWriteTranslator().Translate(ref value); 1290TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
Microsoft.Build.Framework (3)
Utilities\AssemblyNameExtension.cs (3)
987translator.Translate(ref isSimpleName); 988translator.Translate(ref hasProcessorArchitectureInFusionName); 989translator.Translate(ref immutable);
Microsoft.Build.Tasks.Core (10)
AssemblyDependency\Node\RarNodeExecuteRequest.cs (1)
64translator.Translate(ref _isTaskInputLoggingEnabled);
AssemblyDependency\Node\RarNodeExecuteResponse.cs (1)
42translator.Translate(ref _success);
GetSDKReferenceFiles.cs (2)
1265t.Translate(ref isManagedWinmd); 1266t.Translate(ref isWinmd);
LogMessagePacketBase.cs (2)
401translator.Translate(ref eventCanSerializeItself); 432translator.Translate(ref eventCanSerializeItself);
NodeBuildComplete.cs (1)
67translator.Translate(ref _prepareForReuse);
ResGenDependencies.cs (2)
247translator.Translate(ref exists); 342translator.Translate(ref exists);
TaskParameter.cs (1)
329translator.Translate(ref boolParam);
MSBuild (9)
LogMessagePacketBase.cs (2)
401translator.Translate(ref eventCanSerializeItself); 432translator.Translate(ref eventCanSerializeItself);
NodeBuildComplete.cs (1)
67translator.Translate(ref _prepareForReuse);
TaskHostConfiguration.cs (2)
514translator.Translate(ref _isTaskInputLoggingEnabled); 516translator.Translate(ref _continueOnError);
TaskHostCoresRequest.cs (1)
49translator.Translate(ref _isRelease);
TaskHostIsRunningMultipleNodesResponse.cs (1)
37translator.Translate(ref _isRunningMultipleNodes);
TaskHostTaskComplete.cs (1)
251translator.Translate(ref hasFileAccessData);
TaskParameter.cs (1)
329translator.Translate(ref boolParam);