1 instantiation of ParameterInfoWithEntry
Microsoft.NET.Sdk.Publish.Tasks (1)
MsDeploy\VsMSDeployObject.cs (1)
530
m_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)
1173
public static void AddSetParametersToObject(/*Deployment.DeploymentObject*/ dynamic deploymentObject, IList<
ParameterInfoWithEntry
> parameters, IVSMSDeployHost host)
1180
foreach (
ParameterInfoWithEntry
item in parameters)
MsDeploy\VsMSDeployObject.cs (3)
341
IList<
ParameterInfoWithEntry
> m_iListParameterWithEntry = new List<
ParameterInfoWithEntry
>();
518
public IList<
ParameterInfoWithEntry
> EntryParameters