1 write to m_strValueQuote
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\MSDeploy.cs (1)
405
m_strValueQuote
= (m_useDoubleQuoteForValue) ? "\"" : null;
7 references to m_strValueQuote
Microsoft.NET.Sdk.Publish.Tasks (7)
Tasks\MsDeploy\MSDeploy.cs (7)
968
AddDestinationProviderSettingToObject(commandLine, "-source:", Source,
m_strValueQuote
, null, this);
969
AddDestinationProviderSettingToObject(commandLine, "-dest:", Destination,
m_strValueQuote
, AdditionalDestinationProviderOptions, this);
985
AddReplaceRulesToOptions(commandLine, m_replaceRuleItemsITaskItem,
m_strValueQuote
);
986
AddSkipDirectiveToBaseOptions(commandLine, m_skipRuleItemsITaskItem,
m_strValueQuote
);
988
AddDeclareParametersOptions(commandLine, m_declareParameterItems,
m_strValueQuote
, OptimisticParameterDefaultValue);
991
AddSimpleSetParametersToObject(commandLine, m_simpleSetParameterItems,
m_strValueQuote
, OptimisticParameterDefaultValue);
992
AddSetParametersToObject(commandLine, m_setParameterItems,
m_strValueQuote
, OptimisticParameterDefaultValue);