5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (1)
12051
var typeWithAnnotations = TypeWithAnnotations.Create(node.
Type
, node.NullableAnnotation);
Generated\BoundNodes.xml.Generated.cs (4)
8779
if (expression != this.Expression || nullableAnnotation != this.NullableAnnotation || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
12203
TypeSymbol? type = this.VisitType(node.
Type
);
14933
updatedNode = node.Update(expression, node.NullableAnnotation, node.
Type
);
17108
new TreeDumperNode("type", node.
Type
, null),