1 write to ConcreteContainingType
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentGenericTypePass.cs (1)
327attribute.ConcreteContainingType = node.TypeName;
1 reference to ConcreteContainingType
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentNodeWriter.cs (1)
377containingType = attribute.ConcreteContainingType ?? containingType;