3 references to GetBestTypeByMetadataName
System.Text.RegularExpressions.Generator (3)
RegexGenerator.Parser.cs (1)
42INamedTypeSymbol? regexSymbol = compilation.GetBestTypeByMetadataName(RegexName);
src\libraries\Common\src\Roslyn\GetBestTypeByMetadataName.cs (2)
82/// A thin wrapper over <see cref="GetBestTypeByMetadataName(Compilation, string)"/>, 91: GetBestTypeByMetadataName(compilation, type.FullName);