10 references to MatchesContainingType
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (10)
655if (!MatchesContainingType(source0, checkStrippedType: false) &&
656!MatchesContainingType(target0, checkStrippedType: false) &&
658!MatchesContainingType(source, checkStrippedType: false) &&
659!MatchesContainingType(target, checkStrippedType: false))
748if (MatchesContainingType(source0, checkStrippedType: false))
801if (!MatchesContainingType(this.GetParameterType(0), checkStrippedType: true))
870if (!MatchesContainingType(parameterType, checkStrippedType: true))
944if (!MatchesContainingType(this.GetParameterType(0), checkStrippedType: true))
966if (!MatchesContainingType(this.GetParameterType(0), checkStrippedType: true) &&
967!MatchesContainingType(this.GetParameterType(1), checkStrippedType: true))