3 references to MustNotBeParameter
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Crefs.cs (2)
283
LookupOptions options = LookupOptions.AllMethodsOnArityZero | LookupOptions.
MustNotBeParameter
;
510
options: LookupOptions.AllMethodsOnArityZero | LookupOptions.
MustNotBeParameter
,
Binder\Binder_Lookup.cs (1)
1486
if ((options & LookupOptions.
MustNotBeParameter
) != 0 && unwrappedSymbol is ParameterSymbol)