1 implementation of IPreallocatedAttributeTargetExtension
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
13internal class PreallocatedAttributeTargetExtension : IPreallocatedAttributeTargetExtension
12 references to IPreallocatedAttributeTargetExtension
Microsoft.CodeAnalysis.Razor.Compiler (12)
Language\Extensions\PreallocatedTagHelperHtmlAttributeIntermediateNode.cs (3)
40var extension = target.GetExtension<IPreallocatedAttributeTargetExtension>(); 43ReportMissingCodeTargetExtension<IPreallocatedAttributeTargetExtension>(context);
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (3)
67var extension = target.GetExtension<IPreallocatedAttributeTargetExtension>(); 70ReportMissingCodeTargetExtension<IPreallocatedAttributeTargetExtension>(context);
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (3)
74var extension = target.GetExtension<IPreallocatedAttributeTargetExtension>(); 77ReportMissingCodeTargetExtension<IPreallocatedAttributeTargetExtension>(context);
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (3)
46var extension = target.GetExtension<IPreallocatedAttributeTargetExtension>(); 49ReportMissingCodeTargetExtension<IPreallocatedAttributeTargetExtension>(context);