31 references to EscapeValue
Microsoft.DotNet.ProjectTools (31)
VirtualProjectBuilder.cs (31)
586
<ArtifactsPath>{
EscapeValue
(artifactsPath)}</ArtifactsPath>
587
<AssemblyName>{
EscapeValue
(Path.GetFileNameWithoutExtension(entryPointFilePath))}</AssemblyName>
592
<EntryPointFilePath>{
EscapeValue
(entryPointFilePath)}</EntryPointFilePath>
615
<{name}>{
EscapeValue
(value)}</{name}>
623
<Clean Include="{
EscapeValue
(artifactsPath)}/*" />
631
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" />
637
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" Version="{
EscapeValue
(firstSdkVersion)}" />
647
<Project Sdk="{
EscapeValue
(slashDelimited)}">
661
<Sdk Name="{
EscapeValue
(sdk.Name)}" />
667
<Sdk Name="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />
697
<{name}>{
EscapeValue
(value)}</{name}>
705
<UserSecretsId>{
EscapeValue
(userSecretsId)}</UserSecretsId>
714
<{property.Name}>{
EscapeValue
(property.Value)}</{property.Name}>
764
<{itemType} Include="{
EscapeValue
(includeOrExclude.Name)}" {FromIncludeDirectiveMetadataName}="true" />
770
<{itemType} Remove="{
EscapeValue
(includeOrExclude.Name)}" />
790
<{itemType} Include="{
EscapeValue
(include)}" />
811
<PackageReference Include="{
EscapeValue
(package.Name)}" />
817
<PackageReference Include="{
EscapeValue
(package.Name)}" Version="{
EscapeValue
(package.Version)}" />
839
<ProjectReference Include="{
EscapeValue
(projectReference.Name)}" />
851
<ProjectReference Include="{
EscapeValue
(virtualProjectPath)}" />
875
<Compile Include="{
EscapeValue
(entryPointFilePath)}" Exclude="@(Compile)" />
885
<RuntimeHostConfigurationOption Include="EntryPointFilePath" Value="{
EscapeValue
(entryPointFilePath)}" />
886
<RuntimeHostConfigurationOption Include="EntryPointFileDirectoryPath" Value="{
EscapeValue
(entryPointDirectory)}" />
919
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" />
925
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />