2 references to GetLocations
Microsoft.Build.Engine.UnitTests (2)
Construction\ElementLocation_Tests.cs (2)
336
string readWriteLoadLocations =
GetLocations
(content, readOnly: false);
337
string readOnlyLoadLocations =
GetLocations
(content, readOnly: true);