5 references to GetTypeByReflectionType
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilation.cs (2)
1756
var result = Assembly.
GetTypeByReflectionType
(type);
1785
TypeSymbol? symbol = Assembly.
GetTypeByReflectionType
(HostObjectType);
Symbols\AssemblySymbol.cs (3)
759
TypeSymbol? symbol =
GetTypeByReflectionType
(typeInfo.GetElementType()!);
771
TypeSymbol? symbol =
GetTypeByReflectionType
(typeInfo.GetElementType()!);
875
var argSymbol =
GetTypeByReflectionType
(typeArguments[currentTypeArgument++]);