5 references to ReturnOnlyRaw
Microsoft.CodeAnalysis.CSharp (5)
Binder\SafeContext.cs (5)
47public static readonly SafeContext ReturnOnly = new SafeContext(ReturnOnlyRaw); 66Debug.Assert(_value >= ReturnOnlyRaw); 81public bool IsReturnOnly => _value == ReturnOnlyRaw; 82public bool IsReturnable => _value is CallingMethodRaw or ReturnOnlyRaw; 127ReturnOnlyRaw => "SafeContext<ReturnOnly>",