1 instantiation of EscapeHatches
Microsoft.Build.Framework (1)
Traits.cs (1)
31EscapeHatches = new EscapeHatches();
10 references to EscapeHatches
Microsoft.Build (3)
Evaluation\Evaluator.cs (1)
36using SdkReferencePropertyExpansionMode = Microsoft.Build.Framework.EscapeHatches.SdkReferencePropertyExpansionMode;
Instance\ProjectInstance.cs (2)
2388case EscapeHatches.ProjectInstanceTranslationMode.Full: 2391case EscapeHatches.ProjectInstanceTranslationMode.Partial:
Microsoft.Build.Engine.UnitTests (1)
Evaluation\ProjectSdkImplicitImport_Tests.cs (1)
19using SdkReferencePropertyExpansionMode = Microsoft.Build.Framework.EscapeHatches.SdkReferencePropertyExpansionMode;
Microsoft.Build.Framework (6)
BinaryTranslator.cs (2)
103EscapeHatches.ThrowInternalError("Cannot get writer from reader."); 850EscapeHatches.ThrowInternalError("Cannot get reader from writer.");
BuildException\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)
37public EscapeHatches EscapeHatches { get; }