2 writes to NullableAnnotation
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
8530
this.
NullableAnnotation
= nullableAnnotation;
8537
this.
NullableAnnotation
= nullableAnnotation;
5 references to NullableAnnotation
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (1)
11954
var result = TypeWithAnnotations.Create(node.Type, node.IsInferred ? NullableAnnotation.Annotated : node.
NullableAnnotation
);
Generated\BoundNodes.xml.Generated.cs (4)
8550
if (nullableAnnotation != this.
NullableAnnotation
|| isInferred != this.IsInferred || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
12162
return node.Update(node.
NullableAnnotation
, node.IsInferred, type);
14837
BoundDiscardExpression updatedNode = node.Update(node.
NullableAnnotation
, node.IsInferred, infoAndType.Type);
17046
new TreeDumperNode("nullableAnnotation", node.
NullableAnnotation
, null),