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