1 write to ContainingType
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptor.cs (1)
74
ContainingType
= containingType;
4 references to ContainingType
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\BoundAttributeDescriptor.cs (1)
91
builder.Append(
ContainingType
);
Language\Components\ComponentNodeWriter.cs (1)
375
if (allowNameof && attribute.BoundAttribute?.
ContainingType
is string containingType)
Language\Components\ComponentRuntimeNodeWriter.cs (1)
655
Debug.Assert(attribute.BoundAttribute?.
ContainingType
is not null);
Language\TagHelpers\Producers\BindTagHelperProducer.cs (1)
514
attribute.ContainingType = valueAttribute.
ContainingType
;