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