4 writes to Names
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
EnvironmentTagHelperTest.cs (4)
95Names = namesAttribute, 139Names = namesAttribute, 174Names = namesAttribute 199Names = namesAttribute
4 references to Names
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)) 107if (Names != null) 109var tokenizer = new StringTokenizer(Names, NameSeparator);