4 references to IsSelfConstrainedTypeParameter
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (4)
680(((IsAbstract || IsVirtual) && IsContainingType(parameterType) && IsSelfConstrainedTypeParameter(this.ReturnType)) || 693return IsContainingType(type) || ((IsAbstract || IsVirtual) && IsSelfConstrainedTypeParameter(type)); 752if (!IsSelfConstrainedTypeParameter(this.GetParameterType(0).StrippedType()) && 753!IsSelfConstrainedTypeParameter(this.GetParameterType(1).StrippedType()))