20 references to Empty
Microsoft.CSharp (20)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
603: TypeArray.Empty;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
607new MethPropWithInst(methCur, atsCur, TypeArray.Empty), 617new MethPropWithInst(methCur, atsCur, TypeArray.Empty),
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
554ifaces = TypeArray.Empty;
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (1)
70MethWithInst methwithinst = new MethWithInst(meth, pSourceType, TypeArray.Empty);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
2462new MethPropWithInst(method, ats, TypeArray.Empty), 2480new MethPropWithInst(method, ats, TypeArray.Empty), 2730AggregateType callingType = TypeManager.GetAggregate(agg, TypeArray.Empty); 2745AggregateType pCallingType = TypeManager.GetAggregate(pAgg, TypeArray.Empty);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
258return TypeManager.GetAggregate(agg, TypeArray.Empty);
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (1)
293outerTypeVars = TypeArray.Empty;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
20TypeArgs = typeArgs ?? TypeArray.Empty;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (2)
111return Empty; 140return Empty;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
93typeArgs ??= TypeArray.Empty;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (5)
321return TypeArray.Empty; 379return TypeArray.Empty; 884agg.SetTypeVars(TypeArray.Empty); 1221prop.Params = TypeArray.Empty; 1415methodSymbol.typeVars = TypeArray.Empty;