23 references to Create
Microsoft.AspNetCore.Razor.Language.UnitTests (18)
TagHelperCollectionTest.cs (18)
335
var collection = TagHelperCollection.
Create
(items);
348
var collection = TagHelperCollection.
Create
(items);
362
var collection = TagHelperCollection.
Create
(items);
380
var collection = TagHelperCollection.
Create
(items);
395
var collection = TagHelperCollection.
Create
(items);
411
var collection = TagHelperCollection.
Create
(items);
427
var collection = TagHelperCollection.
Create
(items);
444
var collection = TagHelperCollection.
Create
(items);
459
var collection = TagHelperCollection.
Create
(items);
474
var collection = TagHelperCollection.
Create
(items);
492
var collection = TagHelperCollection.
Create
(items);
509
var collection = TagHelperCollection.
Create
(items);
524
var collection = TagHelperCollection.
Create
(items);
539
var collection = TagHelperCollection.
Create
(items);
554
var collection = TagHelperCollection.
Create
(items);
570
var collection = TagHelperCollection.
Create
(items);
586
var collection = TagHelperCollection.
Create
(items);
610
var collection = TagHelperCollection.
Create
(items);
Microsoft.AspNetCore.Razor.Microbenchmarks.Compiler (1)
TagHelperCollectionCreationBenchmark.cs (1)
43
return TagHelperCollection.
Create
(enumerable);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
361
RecordDirectiveTagHelperContribution(node, TagHelperCollection.
Create
(contributed));
586
contributedTagHelpers = TagHelperCollection.
Create
(components);
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (2)
TagHelperFactsServiceTest.cs (2)
23
var codeDocument = CreateCodeDocument($"<TestElement @test='abc' />", RazorFileKind.Component, TagHelperCollection.
Create
(DefaultTagHelpers));
44
var codeDocument = CreateCodeDocument($"<TestElement @test:something='abc' />", RazorFileKind.Component, TagHelperCollection.
Create
(DefaultTagHelpers));