1 write to ContainingType
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptor.cs (1)
74
ContainingType
= containingType;
7 references to ContainingType
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\BoundAttributeDescriptor.cs (1)
91
builder.Append(
ContainingType
);
Language\Components\ComponentNodeWriter.cs (2)
373
if (allowNameof && attribute.BoundAttribute?.
ContainingType
is string containingType)
1288
Debug.Assert(attribute.BoundAttribute?.
ContainingType
is not null);
Language\TagHelpers\Producers\BindTagHelperProducer.cs (1)
514
attribute.ContainingType = valueAttribute.
ContainingType
;
rzc (3)
Json\ObjectReaders_TagHelpers.cs (1)
92
var containingType = reader.ReadStringOrNull(nameof(BoundAttributeDescriptor.
ContainingType
));
Json\ObjectWriters_TagHelpers.cs (2)
126
writer.WriteIfNotNull(nameof(value.
ContainingType
), value.
ContainingType
);