3 references to GetFullyQualifiedName
Microsoft.DotNet.GenFacades (3)
TypeParser.cs (3)
64
string fullyQualifiedName =
GetFullyQualifiedName
(item);
85
fullyQualifiedName =
GetFullyQualifiedName
((BaseTypeDeclarationSyntax)item.Parent, item.Identifier.ValueText.Trim());
102
return
GetFullyQualifiedName
((BaseTypeDeclarationSyntax)node.Parent, string.IsNullOrEmpty(nested) ? typeName : typeName + "." + nested);