7 references to ReplaceRuleMetadata
Microsoft.NET.Sdk.Publish.Tasks (7)
MsDeploy\CommonUtility.cs (6)
830string objectName = item.GetMetadata(ReplaceRuleMetadata.ObjectName.ToString()); 831string matchRegularExpression = item.GetMetadata(ReplaceRuleMetadata.Match.ToString()); 832string replaceWith = item.GetMetadata(ReplaceRuleMetadata.Replace.ToString()); 833string scopeAttributeName = item.GetMetadata(ReplaceRuleMetadata.ScopeAttributeName.ToString()); 834string scopeAttributeValue = item.GetMetadata(ReplaceRuleMetadata.ScopeAttributeValue.ToString()); 835string targetAttributeName = item.GetMetadata(ReplaceRuleMetadata.TargetAttributeName.ToString());
Tasks\MsDeploy\MSDeploy.cs (1)
602Utility.BuildArgumentsBaseOnEnumTypeName(item, arguments, typeof(ReplaceRuleMetadata), valueQuoteChar);