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