6 references to GetTypeByReflectionType
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpCompilation.cs (2)
1844
var result = Assembly.
GetTypeByReflectionType
(type);
1873
TypeSymbol? symbol = Assembly.
GetTypeByReflectionType
(HostObjectType);
Symbols\AssemblySymbol.cs (4)
786
TypeSymbol? symbol =
GetTypeByReflectionType
(typeInfo.GetElementType()!);
798
TypeSymbol? symbol =
GetTypeByReflectionType
(typeInfo.GetElementType()!);
830
var symbol = (NamedTypeSymbol?)
GetTypeByReflectionType
(nestedTypes[i].AsType());
900
var argSymbol =
GetTypeByReflectionType
(typeArguments[currentTypeArgument++]);