7 references to Escape
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
401
public string EscapedFullPath => _escapedFullPath ?? (_escapedFullPath = ProjectCollection.
Escape
(FullPath));
Microsoft.Build.Engine.OM.UnitTests (6)
Definition\DefinitionEditing_Tests.cs (6)
690
ProjectCollection.
Escape
(paths[0]),
691
ProjectCollection.
Escape
(paths[1]));
808
ProjectCollection.
Escape
(paths[0]),
809
ProjectCollection.
Escape
(paths[1]));
1111
ProjectCollection.
Escape
(Path.Combine(directory, "i2.xxx")));
1408
ProjectCollection.
Escape
(Path.Combine(directory, "i2.xxx")));