20 references to Empty
Microsoft.CSharp (20)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
603
: TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
607
new MethPropWithInst(methCur, atsCur, TypeArray.
Empty
),
617
new MethPropWithInst(methCur, atsCur, TypeArray.
Empty
),
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
554
ifaces = TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (1)
70
MethWithInst methwithinst = new MethWithInst(meth, pSourceType, TypeArray.
Empty
);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
2462
new MethPropWithInst(method, ats, TypeArray.
Empty
),
2480
new MethPropWithInst(method, ats, TypeArray.
Empty
),
2730
AggregateType callingType = TypeManager.GetAggregate(agg, TypeArray.
Empty
);
2745
AggregateType pCallingType = TypeManager.GetAggregate(pAgg, TypeArray.
Empty
);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
258
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)
93
typeArgs ??= TypeArray.
Empty
;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (5)
321
return TypeArray.
Empty
;
379
return TypeArray.
Empty
;
884
agg.SetTypeVars(TypeArray.
Empty
);
1221
prop.Params = TypeArray.
Empty
;
1415
methodSymbol.typeVars = TypeArray.
Empty
;