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