4 references to IsSelfConstrainedTypeParameter
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (4)
882((IsInInterfaceAndAbstractOrVirtual() && IsContainingType(parameterType) && IsSelfConstrainedTypeParameter(this.ReturnType)) || 911(IsInInterfaceAndAbstractOrVirtual() && IsSelfConstrainedTypeParameter(type)); 981if (!IsSelfConstrainedTypeParameter(this.GetParameterType(0).StrippedType()) && 982!IsSelfConstrainedTypeParameter(this.GetParameterType(1).StrippedType()))