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