4 references to GetGloballyQualifiedTypeName
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentGenericTypePass.cs (1)
329var globallyQualifiedTypeName = attribute.BoundAttribute?.GetGloballyQualifiedTypeName();
Language\Components\ComponentNodeWriter.cs (3)
453typeName = childContent.BoundAttribute.GetGloballyQualifiedTypeName(); 519else if (node.BoundAttribute?.GetGloballyQualifiedTypeName() is string typeName) 531if (node.BoundAttribute?.GetGloballyQualifiedTypeName() is string typeName &&