4 references to GetCTypeArrayFromTypes
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
618? TypeArray.Allocate(SymbolTable.GetCTypeArrayFromTypes(typeArguments))
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (3)
322((TypeParameterType)ctypes[i]).Symbol.SetBounds(TypeArray.Allocate(GetCTypeArrayFromTypes(t.GetGenericParameterConstraints()))); 963typeVar.Symbol.SetBounds(TypeArray.Allocate(GetCTypeArrayFromTypes(t.GetGenericParameterConstraints()))); 1032aggregate.SetIfaces(TypeArray.Allocate(GetCTypeArrayFromTypes(interfaces)));