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