5 references to AsDictionary
Microsoft.CodeAnalysis.Razor.Compiler (5)
CSharp\DefaultTagHelperDescriptorFactory.cs (1)
274
builder.
AsDictionary
(prefix, dictionaryValueTypeName);
Language\TagHelpers\Producers\BindTagHelperProducer.cs (1)
589
attribute.
AsDictionary
("@bind-", typeof(object).FullName);
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (1)
205
attributeBuilder.
AsDictionary
(lowerKebabName + "-", dictionaryValueType);
Mvc.Version2_X\ViewComponentTagHelperDescriptorFactory.cs (1)
220
attributeBuilder.
AsDictionary
(lowerKebabName + "-", dictionaryValueType);
Mvc\ViewComponentTagHelperDescriptorFactory.cs (1)
223
attributeBuilder.
AsDictionary
(lowerKebabName + "-", dictionaryValueType);