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