9 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")));
Microsoft.NET.Build.Tasks (1)
ResolvePackageAssets.cs (1)
1820
_writer.Write(ProjectCollection.
Escape
(itemSpec));
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\GenerateEFSQLScripts.cs (1)
60
string connectionStringEscaped = ProjectCollection.
Escape
(dbContext.GetMetadata("Value"));