23 references to EscapeValue
dotnet (23)
Commands\Run\VirtualProjectBuildingCommand.cs (23)
1177
<ArtifactsPath>{
EscapeValue
(artifactsPath)}</ArtifactsPath>
1184
<Clean Include="{
EscapeValue
(artifactsPath)}/*" />
1192
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" />
1198
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" Version="{
EscapeValue
(firstSdkVersion)}" />
1208
<Project Sdk="{
EscapeValue
(slashDelimited)}">
1222
<Sdk Name="{
EscapeValue
(sdk.Name)}" />
1228
<Sdk Name="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />
1253
<{name}>{
EscapeValue
(value)}</{name}>
1272
<{property.Name}>{
EscapeValue
(property.Value)}</{property.Name}>
1303
<PackageReference Include="{
EscapeValue
(package.Name)}" />
1309
<PackageReference Include="{
EscapeValue
(package.Name)}" Version="{
EscapeValue
(package.Version)}" />
1331
<ProjectReference Include="{
EscapeValue
(projectReference.Name)}" />
1351
<Compile Include="{
EscapeValue
(targetFilePath)}" />
1361
<RuntimeHostConfigurationOption Include="EntryPointFilePath" Value="{
EscapeValue
(targetFilePath)}" />
1362
<RuntimeHostConfigurationOption Include="EntryPointFileDirectoryPath" Value="{
EscapeValue
(targetDirectory)}" />
1395
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" />
1401
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />