5 references to GetGloballyQualifiedTypeName
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentGenericTypePass.cs (1)
329
var globallyQualifiedTypeName = attribute.BoundAttribute?.
GetGloballyQualifiedTypeName
();
Language\Components\ComponentNodeWriter.cs (3)
455
typeName = childContent.BoundAttribute.
GetGloballyQualifiedTypeName
();
521
else if (node.BoundAttribute?.
GetGloballyQualifiedTypeName
() is string typeName)
533
if (node.BoundAttribute?.
GetGloballyQualifiedTypeName
() is string typeName &&
Microsoft.CodeAnalysis.Razor.UnitTests (1)
ComponentTagHelperProducerTest.cs (1)
125
Assert.Equal("global::System.String", attribute.
GetGloballyQualifiedTypeName
());