2 references to GetTypeNames
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\Parser\Extensions.cs (1)
131
public static string GetFullName(this ITypeSymbol type) =>
GetTypeNames
(type).FullName;
RuntimeSource\Configuration.Binder\Specs\Types\TypeSpec.cs (1)
17
(DisplayString, FullName) = type.
GetTypeNames
();