15 references to EscapeValue
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder.ValueChecks.cs (14)
2027
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
2097
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2313
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2556
ArrayBuilder<
EscapeValue
> escapeValues)
2613
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2626
ArrayBuilder<
EscapeValue
> escapeValues)
2660
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2663
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2681
ArrayBuilder<
EscapeValue
> escapeValues)
2737
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2740
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2757
ArrayBuilder<
EscapeValue
> escapeValues)
2984
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
4745
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
Binder\RefSafetyAnalysis.cs (1)
813
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();