4 references to GetGloballyQualifiedFullName
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (4)
205builder.GloballyQualifiedTypeName = property.Type.GetGloballyQualifiedFullName(); 432constraints.Add(constraintType.GetGloballyQualifiedFullName()); 463withAttributes.Append(attribute.AttributeClass.GetGloballyQualifiedFullName()); 481withAttributes.Append(arg.Type!.GetGloballyQualifiedFullName());