23 writes to Include
ClaimsTransformation (3)
artifacts\obj\ClaimsTransformation\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
145
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
418
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
artifacts\obj\ClaimsTransformation\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__ValidationScriptsPartial_cshtml.g.cs (1)
108
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_2.Value;
Cookies (3)
artifacts\obj\Cookies\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
145
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
418
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
artifacts\obj\Cookies\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__ValidationScriptsPartial_cshtml.g.cs (1)
108
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_2.Value;
DynamicSchemes (3)
artifacts\obj\DynamicSchemes\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages__Layout_cshtml.g.cs (2)
136
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
374
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
artifacts\obj\DynamicSchemes\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages__ValidationScriptsPartial_cshtml.g.cs (1)
102
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_2.Value;
Microsoft.AspNetCore.Identity.UI (6)
Areas_Identity_Pages_V4__Layout_cshtml.g.cs (2)
153
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
459
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
Areas_Identity_Pages_V4__ValidationScriptsPartial_cshtml.g.cs (1)
96
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_2.Value;
Areas_Identity_Pages_V5__Layout_cshtml.g.cs (2)
154
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
462
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
Areas_Identity_Pages_V5__ValidationScriptsPartial_cshtml.g.cs (1)
96
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_2.Value;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
EnvironmentTagHelperTest.cs (2)
96
Include
= includeAttribute,
140
Include
= includeAttribute,
PathSchemeSelection (3)
artifacts\obj\PathSchemeSelection\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
145
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
418
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
artifacts\obj\PathSchemeSelection\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__ValidationScriptsPartial_cshtml.g.cs (1)
108
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_2.Value;
StaticFilesAuth (3)
artifacts\obj\StaticFilesAuth\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
148
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
372
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_3.Value;
artifacts\obj\StaticFilesAuth\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__ValidationScriptsPartial_cshtml.g.cs (1)
114
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Include
= (string)__tagHelperAttribute_2.Value;
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
"/>,
75
if (string.IsNullOrWhiteSpace(Names) && string.IsNullOrWhiteSpace(
Include
) && string.IsNullOrWhiteSpace(Exclude))
125
if (
Include
!= null)
127
var tokenizer = new StringTokenizer(
Include
, NameSeparator);