29 references to EscapeValue
Microsoft.DotNet.ProjectTools (29)
VirtualProjectBuilder.cs (29)
524
<ArtifactsPath>{
EscapeValue
(artifactsPath)}</ArtifactsPath>
525
<AssemblyName>{
EscapeValue
(Path.GetFileNameWithoutExtension(entryPointFilePath))}</AssemblyName>
530
<EntryPointFilePath>{
EscapeValue
(entryPointFilePath)}</EntryPointFilePath>
553
<{name}>{
EscapeValue
(value)}</{name}>
561
<Clean Include="{
EscapeValue
(artifactsPath)}/*" />
569
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" />
575
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" Version="{
EscapeValue
(firstSdkVersion)}" />
585
<Project Sdk="{
EscapeValue
(slashDelimited)}">
599
<Sdk Name="{
EscapeValue
(sdk.Name)}" />
605
<Sdk Name="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />
635
<{name}>{
EscapeValue
(value)}</{name}>
643
<UserSecretsId>{
EscapeValue
(userSecretsId)}</UserSecretsId>
652
<{property.Name}>{
EscapeValue
(property.Value)}</{property.Name}>
700
<{itemType} {includeOrExclude.KindToMSBuildString()}="{
EscapeValue
(includeOrExclude.Name)}" />
721
<PackageReference Include="{
EscapeValue
(package.Name)}" />
727
<PackageReference Include="{
EscapeValue
(package.Name)}" Version="{
EscapeValue
(package.Version)}" />
749
<ProjectReference Include="{
EscapeValue
(projectReference.Name)}" />
761
<ProjectReference Include="{
EscapeValue
(virtualProjectPath)}" />
785
<Compile Include="{
EscapeValue
(entryPointFilePath)}" Exclude="@(Compile)" />
795
<RuntimeHostConfigurationOption Include="EntryPointFilePath" Value="{
EscapeValue
(entryPointFilePath)}" />
796
<RuntimeHostConfigurationOption Include="EntryPointFileDirectoryPath" Value="{
EscapeValue
(entryPointDirectory)}" />
829
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" />
835
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />