2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
463public void Translate(ref DateTime value) 1330public void Translate(ref DateTime value)
17 references to Translate
Microsoft.Build (8)
BackEnd\Components\Communications\LogMessagePacket.cs (2)
116translator.Translate(ref timestamp); 329translator.Translate(ref timestamp);
BackEnd\Node\PartialBuildTelemetry.cs (1)
40translator.Translate(ref _startedAt);
FileAccess\ProcessData.cs (2)
80translator.Translate(ref _creationDateTime); 81translator.Translate(ref _exitDateTime);
LogMessagePacketBase.cs (2)
905translator.Translate(ref timestamp); 1064translator.Translate(ref timestamp);
TaskParameter.cs (1)
371translator.Translate(ref dateTimeParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1399TranslationHelpers.GetWriteTranslator().Translate(ref value); 1402TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
Microsoft.Build.Tasks.Core (4)
ResGenDependencies.cs (2)
246translator.Translate(ref lastModified); 341translator.Translate(ref lastModified);
SystemState.cs (1)
173translator.Translate(ref lastModified);
TaskParameter.cs (1)
371translator.Translate(ref dateTimeParam);
MSBuild (3)
LogMessagePacketBase.cs (2)
905translator.Translate(ref timestamp); 1064translator.Translate(ref timestamp);
TaskParameter.cs (1)
371translator.Translate(ref dateTimeParam);