5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (1)
11875SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.NotNull));
Generated\BoundNodes.xml.Generated.cs (4)
7765if (argument != this.Argument || constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 12013TypeSymbol? type = this.VisitType(node.Type); 14610updatedNode = node.Update(argument, node.ConstantValueOpt, node.Type); 16845new TreeDumperNode("type", node.Type, null),