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