7 references to None
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Constraints.cs (1)
283
case ConstraintContextualKeyword.
None
:
Binder\Binder_Symbols.cs (6)
50
/// Set to <see cref="ConstraintContextualKeyword.
None
"/> if syntax binds to a type in the current context, otherwise
60
Debug.Assert((keyword != ConstraintContextualKeyword.
None
) == symbol.IsDefault);
61
return (keyword != ConstraintContextualKeyword.
None
) ? default : UnwrapAlias(symbol, diagnostics, syntax).TypeWithAnnotations;
146
keyword = ConstraintContextualKeyword.
None
;
149
if (keyword != ConstraintContextualKeyword.
None
)
170
keyword = ConstraintContextualKeyword.
None
;