3 references to FromFullName
Microsoft.CodeAnalysis (3)
MetadataReader\TypeNameDecoder.cs (1)
158
var mdName = MetadataTypeName.
FromFullName
(fullName.TopLevelType);
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (2)
84
? MetadataTypeName.
FromFullName
(fullyQualifiedMetadataName.Split(s_nestedTypeNameSeparators).Last())
85
: MetadataTypeName.
FromFullName
(fullyQualifiedMetadataName);