2 writes to Include
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
EnvironmentTagHelperTest.cs (2)
96Include = includeAttribute, 140Include = includeAttribute,
4 references to Include
Microsoft.AspNetCore.Mvc.TagHelpers (4)
EnvironmentTagHelper.cs (4)
13/// If the environment is not listed in the specified <see cref="Names"/> or <see cref="Include"/>, 75if (string.IsNullOrWhiteSpace(Names) && string.IsNullOrWhiteSpace(Include) && string.IsNullOrWhiteSpace(Exclude)) 125if (Include != null) 127var tokenizer = new StringTokenizer(Include, NameSeparator);