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