5 references to MustNotBeMethodTypeParameter
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
1802
options |= LookupOptions.
MustNotBeMethodTypeParameter
;
Binder\LookupOptions.cs (1)
151
if ((options & (LookupOptions.MustNotBeNamespace | LookupOptions.
MustNotBeMethodTypeParameter
)) != 0 &&
Binder\NameofBinder.cs (1)
17
/// in the binder chain and some filtering (<see cref="LookupOptions.
MustNotBeMethodTypeParameter
"/>) to keep
Binder\WithMethodTypeParametersBinder.cs (1)
60
return LookupOptions.NamespaceAliasesOnly | LookupOptions.
MustNotBeMethodTypeParameter
;
Compilation\CSharpSemanticModel.cs (1)
1620
options |= LookupOptions.
MustNotBeMethodTypeParameter
;