7 references to None
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Constraints.cs (1)
284
case ConstraintContextualKeyword.
None
:
Binder\Binder_Symbols.cs (6)
52
/// Set to <see cref="ConstraintContextualKeyword.
None
"/> if syntax binds to a type in the current context, otherwise
62
Debug.Assert((keyword != ConstraintContextualKeyword.
None
) == symbol.IsDefault);
63
return (keyword != ConstraintContextualKeyword.
None
) ? default : UnwrapAlias(symbol, diagnostics, syntax).TypeWithAnnotations;
148
keyword = ConstraintContextualKeyword.
None
;
151
if (keyword != ConstraintContextualKeyword.
None
)
172
keyword = ConstraintContextualKeyword.
None
;