Implemented interface member:
property
HasReferenceTypeConstraint
Microsoft.CodeAnalysis.ITypeParameterSymbol.HasReferenceTypeConstraint
1 write to HasReferenceTypeConstraint
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationTypeParameterSymbol.cs (1)
41this.HasReferenceTypeConstraint = hasReferenceConstraint;
1 reference to HasReferenceTypeConstraint
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationTypeParameterSymbol.cs (1)
51this.ConstraintTypes, this.HasConstructorConstraint, this.HasReferenceTypeConstraint,