11 references to MatchesContainingType
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (11)
596
if (!
MatchesContainingType
(source0) &&
597
!
MatchesContainingType
(target0) &&
599
!
MatchesContainingType
(source) &&
600
!
MatchesContainingType
(target))
689
if (
MatchesContainingType
(source0))
736
if (!
MatchesContainingType
(this.GetParameterType(0).StrippedType()))
756
if (!
MatchesContainingType
(this.GetParameterType(0).StrippedType()))
806
if (!
MatchesContainingType
(parameterType.StrippedType()))
854
if (!
MatchesContainingType
(this.GetParameterType(0).StrippedType()))
873
if (!
MatchesContainingType
(this.GetParameterType(0).StrippedType()) &&
874
!
MatchesContainingType
(this.GetParameterType(1).StrippedType()))