7 references to Escape
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
383
public string EscapedFullPath => _escapedFullPath ?? (_escapedFullPath = ProjectCollection.
Escape
(FullPath));
Microsoft.Build.Engine.OM.UnitTests (6)
Definition\DefinitionEditing_Tests.cs (6)
692
ProjectCollection.
Escape
(paths[0]),
693
ProjectCollection.
Escape
(paths[1]));
810
ProjectCollection.
Escape
(paths[0]),
811
ProjectCollection.
Escape
(paths[1]));
1113
ProjectCollection.
Escape
(Path.Combine(directory, "i2.xxx")));
1410
ProjectCollection.
Escape
(Path.Combine(directory, "i2.xxx")));