1 instantiation of EscapeHatches
MSBuildTaskHost (1)
Traits.cs (1)
30EscapeHatches = new EscapeHatches();
6 references to EscapeHatches
MSBuildTaskHost (6)
BinaryTranslator.cs (2)
96EscapeHatches.ThrowInternalError("Cannot get writer from reader."); 821EscapeHatches.ThrowInternalError("Cannot get reader from writer.");
BuildExceptionSerializationHelper.cs (3)
58EscapeHatches.ThrowInternalError($"Type {exceptionType.FullName} is not recognized as a build exception type."); 67EscapeHatches.ThrowInternalError("Serialization contract was already initialized."); 81EscapeHatches.ThrowInternalError("Serialization contract was not initialized.");
Traits.cs (1)
36public EscapeHatches EscapeHatches { get; }