1 write to GloballyQualifiedTypeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentGenericTypePass.cs (1)
334
attribute.
GloballyQualifiedTypeName
= globallyQualifiedTypeName;
6 references to GloballyQualifiedTypeName
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentGenericTypePass.cs (2)
128
if (attribute != null && TryFindGenericTypeNames(attribute.BoundAttribute, attribute.
GloballyQualifiedTypeName
, out var typeParameters))
137
ValueType = attribute.
GloballyQualifiedTypeName
,
Language\Components\ComponentNodeWriter.cs (2)
423
if (attribute.
GloballyQualifiedTypeName
!= null)
425
typeName = attribute.
GloballyQualifiedTypeName
;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (2)
181
formatter.WriteProperty(nameof(
GloballyQualifiedTypeName
),
GloballyQualifiedTypeName
);