15 references to EscapeValue
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder.ValueChecks.cs (14)
1991
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
2060
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2220
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2464
ArrayBuilder<
EscapeValue
> escapeValues)
2521
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2534
ArrayBuilder<
EscapeValue
> escapeValues)
2568
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2571
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2589
ArrayBuilder<
EscapeValue
> escapeValues)
2645
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2648
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2665
ArrayBuilder<
EscapeValue
> escapeValues)
2881
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
4636
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
Binder\RefSafetyAnalysis.cs (1)
788
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();