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