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