9 writes to RuntimeKind
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\TestTagHelperDescriptorBuilderExtensions.cs (3)
18builder.RuntimeKind = Language.RuntimeKind.ITagHelper; 29builder.RuntimeKind = Language.RuntimeKind.IComponent; 85builder.RuntimeKind = runtimeKind;
Microsoft.CodeAnalysis.Razor.Compiler (6)
CSharp\DefaultTagHelperDescriptorFactory.cs (1)
40descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;
Language\TagHelperDescriptorBuilder_Pooling.cs (1)
39RuntimeKind = 0;
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
102builder.RuntimeKind = RuntimeKind.IComponent;
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (1)
62descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;
Mvc.Version2_X\ViewComponentTagHelperDescriptorFactory.cs (1)
62descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;
Mvc\ViewComponentTagHelperDescriptorFactory.cs (1)
62descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;
1 reference to RuntimeKind
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperDescriptorBuilder.cs (1)
161RuntimeKind,