5 references to EmptyParamsCollectionElementTypeSentinel
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
3657
Debug.Assert(methodResult.Result.ParamsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);
Binder\Semantics\OverloadResolution\OverloadResolution.cs (3)
1264
expandedResult.Result.ParamsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
)
2587
Debug.Assert(paramsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);
4510
paramsElementTypeOpt = TypeWithAnnotations.Create(ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1423
Debug.Assert(badArg.Result.ParamsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);