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