15 references to EscapeValue
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder.ValueChecks.cs (14)
2014
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
2083
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2243
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2487
ArrayBuilder<
EscapeValue
> escapeValues)
2544
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2557
ArrayBuilder<
EscapeValue
> escapeValues)
2591
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2594
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2612
ArrayBuilder<
EscapeValue
> escapeValues)
2668
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2671
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2688
ArrayBuilder<
EscapeValue
> escapeValues)
2904
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
4660
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
Binder\RefSafetyAnalysis.cs (1)
788
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();