8 instantiations of PreallocatedAttributeTargetExtension
Microsoft.AspNetCore.Razor.Language.UnitTests (7)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (7)
17var extension = new PreallocatedAttributeTargetExtension(); 44var extension = new PreallocatedAttributeTargetExtension(); 71var extension = new PreallocatedAttributeTargetExtension(); 103var extension = new PreallocatedAttributeTargetExtension(); 130var extension = new PreallocatedAttributeTargetExtension(); 178var extension = new PreallocatedAttributeTargetExtension(); 232var extension = new PreallocatedAttributeTargetExtension();
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorProjectEngine.cs (1)
373targetExtensionFeature.TargetExtensions.Add(new PreallocatedAttributeTargetExtension());
8 references to PreallocatedAttributeTargetExtension
Microsoft.AspNetCore.Razor.Language.UnitTests (8)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (7)
17var extension = new PreallocatedAttributeTargetExtension(); 44var extension = new PreallocatedAttributeTargetExtension(); 71var extension = new PreallocatedAttributeTargetExtension(); 103var extension = new PreallocatedAttributeTargetExtension(); 130var extension = new PreallocatedAttributeTargetExtension(); 178var extension = new PreallocatedAttributeTargetExtension(); 232var extension = new PreallocatedAttributeTargetExtension();
RazorProjectEngineTest.cs (1)
121extension => Assert.IsType<PreallocatedAttributeTargetExtension>(extension));