2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
181
public void
Translate
(ref int value)
1005
public void
Translate
(ref int value)
6 references to Translate
Microsoft.Build.Framework (6)
InterningReadTranslator.cs (3)
39
_translator.
Translate
(ref key);
53
_translator.
Translate
(ref directoryKey);
54
_translator.
Translate
(ref fileNameKey);
InterningWriteTranslator.cs (3)
115
_translator.
Translate
(ref index);
127
_translator.
Translate
(ref directoryId);
128
_translator.
Translate
(ref fileNameId);