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