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