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