3 references to makeTypePattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\UnionMatchingRewriter.cs (3)
488
toNegate =
makeTypePattern
(typePattern.DeclaredType, typePattern.InputType);
491
toNegate =
makeTypePattern
(declarationPattern.DeclaredType, declarationPattern.InputType);
494
toNegate =
makeTypePattern
(declaredType, recursivePattern.InputType);