1 write to Kind
Microsoft.NET.Sdk.Publish.Tasks (1)
MsDeploy\CommonUtility.cs (1)
214Kind = kind;
4 references to Kind
Microsoft.NET.Sdk.Publish.Tasks (4)
MsDeploy\CommonUtility.cs (4)
1194if (!string.IsNullOrEmpty(item.Kind)) 1196string identityString = string.Join(";", new string[] { item.Name, item.Kind, item.Scope, item.Match, item.Element, item.ValidationString }); 1202new object[] { item.Kind, item.Scope, item.Match, string.Empty }); 1215string[] validationKinds = item.Kind.Split(new char[] { ',' });