7 references to ObjectType
Microsoft.CodeAnalysis.CSharp (7)
Binder\UnionMatchingRewriter.cs (7)
90node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, inputType: ObjectType, narrowedType: ObjectType)); 103node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, inputType: ObjectType, narrowedType: node.NarrowedType)); 118inputType: ObjectType, narrowedType: node.NarrowedType)); 148inputType: ObjectType, narrowedType: node.NarrowedType)); 161node.Update(node.DeclaredType, node.IsExplicitNotNullTest, isUnionMatching: false, inputType: ObjectType, narrowedType: node.NarrowedType)); 174node.Update(node.Relation, node.Value, node.ConstantValue, isUnionMatching: false, inputType: ObjectType, narrowedType: node.NarrowedType));