15 references to EscapeValue
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder.ValueChecks.cs (14)
2030
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
2100
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2316
var argsAndParamsAll = ArrayBuilder<
EscapeValue
>.GetInstance();
2559
ArrayBuilder<
EscapeValue
> escapeValues)
2616
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2629
ArrayBuilder<
EscapeValue
> escapeValues)
2663
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2666
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2684
ArrayBuilder<
EscapeValue
> escapeValues)
2740
/// Returns the set of <see cref="
EscapeValue
"/> to an invocation that impact ref analysis.
2743
/// - For ref arguments it will return an <see cref="
EscapeValue
"/> for both ref and
2760
ArrayBuilder<
EscapeValue
> escapeValues)
2987
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
4757
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();
Binder\RefSafetyAnalysis.cs (1)
852
var escapeValues = ArrayBuilder<
EscapeValue
>.GetInstance();