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