2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
131public void Translate(ref bool value) 1021public void Translate(ref bool value)
87 references to Translate
Microsoft.Build (64)
AssemblyNameExtension.cs (3)
986translator.Translate(ref isSimpleName); 987translator.Translate(ref hasProcessorArchitectureInFusionName); 988translator.Translate(ref immutable);
BackEnd\BuildManager\BuildParameters.cs (14)
949translator.Translate(ref _disableInProcNode); 950translator.Translate(ref _enableNodeReuse); 951translator.Translate(ref _enableRarNode); 961translator.Translate(ref _onlyLogCriticalEvents); 965translator.Translate(ref _useSynchronousLogging); 966translator.Translate(ref _shutdownInProcNodeOnBuildFinish); 967translator.Translate(ref _logTaskInputs); 968translator.Translate(ref _logInitialPropertiesAndItems); 970translator.Translate(ref _interactive); 971translator.Translate(ref _question); 972translator.Translate(ref _isBuildCheckEnabled); 973translator.Translate(ref _isTelemetryEnabled); 975translator.Translate(ref _reportFileAccesses); 976translator.Translate(ref _enableTargetOutputLogging);
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)
46translator.Translate(ref _includeEvaluationMetaprojects); 47translator.Translate(ref _includeEvaluationProfiles); 48translator.Translate(ref _includeEvaluationPropertiesAndItemsInProjectStartedEvent); 49translator.Translate(ref _includeEvaluationPropertiesAndItemsInEvaluationFinishedEvent); 50translator.Translate(ref _includeTaskInputs); 51translator.Translate(ref _includeTargetOutputs);
BackEnd\Shared\BuildRequest.cs (1)
433translator.Translate(ref _skipStaticGraphIsolationConstraints);
BackEnd\Shared\BuildRequestConfiguration.cs (2)
936translator.Translate(ref _explicitToolsVersionSpecified); 956translator.Translate(ref _explicitToolsVersionSpecified);
BackEnd\Shared\BuildResult.cs (2)
631translator.Translate(ref _circularDependency); 634translator.Translate(ref _baseOverallResult);
BackEnd\Shared\ResourceRequest.cs (2)
98translator.Translate(ref _isResourceAcquire); 99translator.Translate(ref _isBlocking);
BackEnd\Shared\TargetResult.cs (2)
323translator.Translate(ref _targetFailureDoesntCauseBuildFailure); 324translator.Translate(ref _afterTargetsHaveFailed);
FileAccess\FileAccessData.cs (1)
145translator.Translate(ref _isAnAugmentedFileAccess);
Instance\ProjectInstance.cs (5)
2452translator.Translate(ref _translateEntireState); 2490translator.Translate(ref _isImmutable); 2504translator.Translate(ref _isImmutable); 2519translator.Translate(ref _usingDifferentToolsVersionFromProjectFile); 2520translator.Translate(ref _explicitToolsVersionSpecified);
Instance\ProjectItemInstance.cs (2)
1665translator.Translate(ref _isImmutable); 1883translator.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)
46translator.Translate(ref _acceptAnsiColorCodes); 47translator.Translate(ref _outputIsScreen);
LogMessagePacketBase.cs (2)
409translator.Translate(ref eventCanSerializeItself); 440translator.Translate(ref eventCanSerializeItself);
NodeBuildComplete.cs (1)
68translator.Translate(ref _prepareForReuse);
TaskHostConfiguration.cs (2)
447translator.Translate(ref _isTaskInputLoggingEnabled); 449translator.Translate(ref _continueOnError);
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.Tasks.Core (11)
AssemblyDependency\Node\RarNodeExecuteRequest.cs (1)
64translator.Translate(ref _isTaskInputLoggingEnabled);
AssemblyDependency\Node\RarNodeExecuteResponse.cs (1)
42translator.Translate(ref _success);
AssemblyNameExtension.cs (3)
986translator.Translate(ref isSimpleName); 987translator.Translate(ref hasProcessorArchitectureInFusionName); 988translator.Translate(ref immutable);
GetSDKReferenceFiles.cs (2)
1265t.Translate(ref isManagedWinmd); 1266t.Translate(ref isWinmd);
NodeBuildComplete.cs (1)
68translator.Translate(ref _prepareForReuse);
ResGenDependencies.cs (2)
247translator.Translate(ref exists); 342translator.Translate(ref exists);
TaskParameter.cs (1)
329translator.Translate(ref boolParam);
MSBuild (10)
AssemblyNameExtension.cs (3)
986translator.Translate(ref isSimpleName); 987translator.Translate(ref hasProcessorArchitectureInFusionName); 988translator.Translate(ref immutable);
LogMessagePacketBase.cs (2)
409translator.Translate(ref eventCanSerializeItself); 440translator.Translate(ref eventCanSerializeItself);
NodeBuildComplete.cs (1)
68translator.Translate(ref _prepareForReuse);
TaskHostConfiguration.cs (2)
447translator.Translate(ref _isTaskInputLoggingEnabled); 449translator.Translate(ref _continueOnError);
TaskHostTaskComplete.cs (1)
251translator.Translate(ref hasFileAccessData);
TaskParameter.cs (1)
329translator.Translate(ref boolParam);