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