1 instantiation of ParameterInfoWithEntry
Microsoft.NET.Sdk.Publish.Tasks (1)
MsDeploy\VsMSDeployObject.cs (1)
530m_iListParameterWithEntry.Add(new ParameterInfoWithEntry(name, value, type, scope, matchRegularExpression, description, defaultValue, tags, element, validationString));
5 references to ParameterInfoWithEntry
Microsoft.NET.Sdk.Publish.Tasks (5)
MsDeploy\CommonUtility.cs (2)
1173public static void AddSetParametersToObject(/*Deployment.DeploymentObject*/ dynamic deploymentObject, IList<ParameterInfoWithEntry> parameters, IVSMSDeployHost host) 1180foreach (ParameterInfoWithEntry item in parameters)
MsDeploy\VsMSDeployObject.cs (3)
341IList<ParameterInfoWithEntry> m_iListParameterWithEntry = new List<ParameterInfoWithEntry>(); 518public IList<ParameterInfoWithEntry> EntryParameters