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