16 references to EscapeValue
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder.ValueChecks.cs (15)
2031
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
2101
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2317
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2560
ArrayBuilder<
EscapeValue
> escapeValues)
2617
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2630
ArrayBuilder<
EscapeValue
> escapeValues)
2664
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2667
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2685
ArrayBuilder<
EscapeValue
> escapeValues)
2741
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2744
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2761
ArrayBuilder<
EscapeValue
> escapeValues)
2988
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
3039
void inferDeclarationExpressionValEscape(ImmutableArray<BoundExpression> argsOpt, SafeContext localScopeDepth, ArrayBuilder<
EscapeValue
> escapeValues)
4758
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
Binder\RefSafetyAnalysis.cs (1)
852
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();