4 references to CallingMethodRaw
Microsoft.CodeAnalysis.CSharp (4)
Binder\SafeContext.cs (4)
41public static readonly SafeContext CallingMethod = new SafeContext(CallingMethodRaw); 80public bool IsCallingMethod => _value == CallingMethodRaw; 82public bool IsReturnable => _value is CallingMethodRaw or ReturnOnlyRaw; 126CallingMethodRaw => "SafeContext<CallingMethod>",