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