4 references to MakeGenericType
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (3)
ExpansionTests.cs (1)
1370
var type = runtime.GetType(typeof(ImmutableArray<>)).
MakeGenericType
(runtime.GetType(typeof(int)));
FormatSpecifierTests.cs (2)
300
value = CreateDkmClrValue(1, type: runtime.GetType(typeof(System.Nullable<>)).
MakeGenericType
(runtime.GetType(typeof(int))));
359
var type = runtime.GetType("S`1").
MakeGenericType
(runtime.GetType(typeof(int)));
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrRuntimeInstance.cs (1)
99
result = result.
MakeGenericType
(typeArguments.Select(this.GetType).ToArray());