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