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