1 write to ValidateLocation
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (1)
192
context.
ValidateLocation
= delegate (ElementLocation a, ElementLocation e) { return; };
2 references to ValidateLocation
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
255
if (context?.
ValidateLocation
!= null)
257
context.
ValidateLocation
(expected, actual);