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