Implemented interface member:
property
HasNotNullConstraint
Microsoft.CodeAnalysis.ITypeParameterSymbol.HasNotNullConstraint
1 write to HasNotNullConstraint
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationTypeParameterSymbol.cs (1)
44this.HasNotNullConstraint = hasNotNullConstraint;
1 reference to HasNotNullConstraint
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationTypeParameterSymbol.cs (1)
52this.HasValueTypeConstraint, this.HasUnmanagedTypeConstraint, this.HasNotNullConstraint, this.Ordinal);