2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
474
public void
Translate
(ref TimeSpan value)
1341
public void
Translate
(ref TimeSpan value)
6 references to Translate
Microsoft.Build (4)
BackEnd\Components\Communications\LogMessagePacket.cs (4)
180
translator.
Translate
(ref exclusiveTime);
181
translator.
Translate
(ref inclusiveTime);
482
translator.
Translate
(ref exclusiveTime);
483
translator.
Translate
(ref inclusiveTime);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1329
TranslationHelpers.GetWriteTranslator().
Translate
(ref value);
1332
TranslationHelpers.GetReadTranslator().
Translate
(ref deserializedValue);