2 references to GetCollectionExpressionSafeContext
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (2)
4614
return
GetCollectionExpressionSafeContext
((BoundCollectionExpression)conversion.Operand);
5352
var safeContext =
GetCollectionExpressionSafeContext
((BoundCollectionExpression)conversion.Operand);