20 references to Empty
Microsoft.CSharp (20)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
619
: TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
619
new MethPropWithInst(methCur, atsCur, TypeArray.
Empty
),
629
new MethPropWithInst(methCur, atsCur, TypeArray.
Empty
),
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
555
ifaces = TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (1)
72
MethWithInst methwithinst = new MethWithInst(meth, pSourceType, TypeArray.
Empty
);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
2522
new MethPropWithInst(method, ats, TypeArray.
Empty
),
2540
new MethPropWithInst(method, ats, TypeArray.
Empty
),
2797
AggregateType callingType = TypeManager.GetAggregate(agg, TypeArray.
Empty
);
2813
AggregateType pCallingType = TypeManager.GetAggregate(pAgg, TypeArray.
Empty
);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
262
return TypeManager.GetAggregate(agg, TypeArray.
Empty
);
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (1)
293
outerTypeVars = TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
20
TypeArgs = typeArgs ?? TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (2)
111
return
Empty
;
140
return
Empty
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
95
typeArgs ??= TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (5)
328
return TypeArray.
Empty
;
387
return TypeArray.
Empty
;
904
agg.SetTypeVars(TypeArray.
Empty
);
1246
prop.Params = TypeArray.
Empty
;
1442
methodSymbol.typeVars = TypeArray.
Empty
;