10 writes to TestOnlyHookOnCreate
Microsoft.Build.Engine.UnitTests (10)
BackEnd\SdkResultOutOfProc_Tests.cs (2)
89EvaluationContext.TestOnlyHookOnCreate = null; 266EvaluationContext.TestOnlyHookOnCreate = context =>
Definition\ProjectEvaluationContext_Tests.cs (8)
199EvaluationContext.TestOnlyHookOnCreate = c => SetResolverForContext(c, _resolver); 225EvaluationContext.TestOnlyHookOnCreate = null; 239EvaluationContext.TestOnlyHookOnCreate = c => seenContexts.Add(c); 265EvaluationContext.TestOnlyHookOnCreate = null; 285EvaluationContext.TestOnlyHookOnCreate = c => SetResolverForContext(c, _resolver); 296EvaluationContext.TestOnlyHookOnCreate = null; 307EvaluationContext.TestOnlyHookOnCreate = c => seenContexts.Add(c); 316EvaluationContext.TestOnlyHookOnCreate = null;
2 references to TestOnlyHookOnCreate
Microsoft.Build (2)
Evaluation\Context\EvaluationContext.cs (2)
105TestOnlyHookOnCreate?.Invoke(context); 129TestOnlyHookOnCreate?.Invoke(context);