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