7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (2)
11656Debug.Assert(node.Type.IsDynamic()); 11657var result = TypeWithAnnotations.Create(node.Type);
Generated\BoundNodes.xml.Generated.cs (4)
5864if (receiver != this.Receiver || typeArgumentsOpt != this.TypeArgumentsOpt || name != this.Name || invoked != this.Invoked || indexed != this.Indexed || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11688TypeSymbol? type = this.VisitType(node.Type); 13798updatedNode = node.Update(receiver, node.TypeArgumentsOpt, node.Name, node.Invoked, node.Indexed, node.Type); 16301new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
241return new BoundDynamicMemberAccess(memberAccess.Syntax, receiverTemp, memberAccess.TypeArgumentsOpt, memberAccess.Name, memberAccess.Invoked, memberAccess.Indexed, memberAccess.Type);