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); 224EvaluationContext.TestOnlyHookOnCreate = null; 238EvaluationContext.TestOnlyHookOnCreate = c => seenContexts.Add(c); 264EvaluationContext.TestOnlyHookOnCreate = null; 284EvaluationContext.TestOnlyHookOnCreate = c => SetResolverForContext(c, _resolver); 295EvaluationContext.TestOnlyHookOnCreate = null; 306EvaluationContext.TestOnlyHookOnCreate = c => seenContexts.Add(c); 315EvaluationContext.TestOnlyHookOnCreate = null;
2 references to TestOnlyHookOnCreate
Microsoft.Build (2)
Evaluation\Context\EvaluationContext.cs (2)
105TestOnlyHookOnCreate?.Invoke(context); 129TestOnlyHookOnCreate?.Invoke(context);