17 references to AsDictionary
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (2)
Legacy\TagHelperBlockRewriterTest.cs (2)
2134
.
AsDictionary
("boundbooldict-", typeof(bool).FullName))
2160
.
AsDictionary
("boundbooldict-", typeof(bool).FullName))
Microsoft.AspNetCore.Razor.Language.UnitTests (7)
BoundAttributeDescriptorExtensionsTest.cs (4)
104
.
AsDictionary
("prefix-test-", typeof(string).FullName))
126
.
AsDictionary
("prefix-test-", typeof(string).FullName))
190
.
AsDictionary
("prefix-test-", typeof(bool).FullName))
212
.
AsDictionary
("prefix-test-", typeof(bool).FullName))
Extensions\DefaultTagHelperTargetExtensionTest.cs (1)
51
.
AsDictionary
("foo-", "System.Int32"),
Legacy\TagHelperBlockRewriterTest.cs (2)
2433
.
AsDictionary
("boundbooldict-", typeof(bool).FullName))
2459
.
AsDictionary
("boundbooldict-", typeof(bool).FullName))
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);
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (3)
Completion\LanguageServerTagHelperCompletionServiceTest.cs (3)
26
.
AsDictionary
("asp-route-", typeof(string).FullName))
59
.
AsDictionary
("asp-route-", typeof(string).FullName))
96
.
AsDictionary
("asp-route-", typeof(string).FullName))