7 references to None
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Constraints.cs (1)
283case 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 60Debug.Assert((keyword != ConstraintContextualKeyword.None) == symbol.IsDefault); 61return (keyword != ConstraintContextualKeyword.None) ? default : UnwrapAlias(symbol, diagnostics, syntax).TypeWithAnnotations; 146keyword = ConstraintContextualKeyword.None; 149if (keyword != ConstraintContextualKeyword.None) 170keyword = ConstraintContextualKeyword.None;