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