8 references to AllReferenceTypeKinds
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceNamedTypeSymbol.cs (6)
680Debug.Assert((constraint.Constraints & TypeParameterConstraintKind.AllReferenceTypeKinds) == (mergedKind & TypeParameterConstraintKind.AllReferenceTypeKinds) || 681(constraint.Constraints & TypeParameterConstraintKind.AllReferenceTypeKinds) == TypeParameterConstraintKind.ReferenceType); 710TypeParameterConstraintKind clause1Constraints = mergedKind & TypeParameterConstraintKind.AllReferenceTypeKinds; 711TypeParameterConstraintKind clause2Constraints = clause.Constraints & TypeParameterConstraintKind.AllReferenceTypeKinds; 717mergedKind = (mergedKind & (~TypeParameterConstraintKind.AllReferenceTypeKinds)) | clause2Constraints;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
448switch (constraints & TypeParameterConstraintKind.AllReferenceTypeKinds)
Symbols\Source\TypeParameterConstraintClause.cs (1)
106switch (constraints & TypeParameterConstraintKind.AllReferenceTypeKinds)