5 references to EmptyParamsCollectionElementTypeSentinel
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
3602
Debug.Assert(methodResult.Result.ParamsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);
Binder\Semantics\OverloadResolution\OverloadResolution.cs (3)
1253
expandedResult.Result.ParamsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
)
2568
Debug.Assert(paramsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);
4380
paramsElementTypeOpt = TypeWithAnnotations.Create(ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1382
Debug.Assert(badArg.Result.ParamsElementTypeOpt.Type != (object)ErrorTypeSymbol.
EmptyParamsCollectionElementTypeSentinel
);