3 references to TryGetCollectionExpressionElementValEscape
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (1)
4833
if (
TryGetCollectionExpressionElementValEscape
(element, out var elementSafeContext))
Binder\RefSafetyAnalysis.cs (2)
1381
if (
TryGetCollectionExpressionElementValEscape
(element, out var spreadEscape))
1411
if (
TryGetCollectionExpressionElementValEscape
(element, out var elementSafeContext))