28 references to Allocate
Microsoft.CSharp (28)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
602
? TypeArray.
Allocate
(SymbolTable.GetCTypeArrayFromTypes(typeArguments))
607
new CMemberLookupResults(TypeArray.
Allocate
(callingTypes.ToArray()), name));
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (1)
253
return TypeArray.
Allocate
(typeList);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
618
TypeArray.
Allocate
(nubParam),
1339
argInfo.types = TypeArray.
Allocate
(prgtype);
1352
ppExpandedParams = TypeArray.
Allocate
(prgtype);
1376
ppExpandedParams = TypeArray.
Allocate
(prgtype);
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
33
obj, new CMemberLookupResults(TypeArray.
Allocate
((CType)method.GetType()), name));
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
480
pArguments.types = TypeArray.
Allocate
(prgTypes);
710
_pArguments.types = TypeArray.
Allocate
(prgTypes);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
141
private TypeArray GetResults() => TypeArray.
Allocate
(_pFixedResults);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2481
TypeArray.
Allocate
(rgtype),
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (2)
267
return TypeManager.GetAggregate(agg, TypeArray.
Allocate
(typeArgs));
287
return TypeArray.
Allocate
(ptypes);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
93
TypeArray lambdaTypeParams = TypeArray.
Allocate
(delegateType);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
201
_winrtifacesAll = TypeArray.
Allocate
(typeList.ToArray());
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullableType.cs (1)
30
_ats ??= TypeManager.GetAggregate(TypeManager.GetNullable(), TypeArray.
Allocate
(UnderlyingType));
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (2)
122
return
Allocate
(newTypes);
160
return
Allocate
(combined);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
219
return TypeArray.
Allocate
(dsts);
708
TypeArray newTypeArgs = TypeArray.
Allocate
(newTypeArgsTemp);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (7)
315
((TypeParameterType)ctypes[i]).Symbol.SetBounds(TypeArray.
Allocate
(GetCTypeArrayFromTypes(t.GetGenericParameterConstraints())));
318
return TypeArray.
Allocate
(ctypes);
376
return TypeArray.
Allocate
(ctypes.ToArray());
679
TypeArray typeArray = TypeArray.
Allocate
(types.ToArray());
943
typeVar.Symbol.SetBounds(TypeArray.
Allocate
(GetCTypeArrayFromTypes(t.GetGenericParameterConstraints())));
1011
aggregate.SetIfaces(TypeArray.
Allocate
(GetCTypeArrayFromTypes(interfaces)));
1624
return TypeArray.
Allocate
(types);