2 writes to IsNullableUnknown
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
4516
this.
IsNullableUnknown
= isNullableUnknown;
4529
this.
IsNullableUnknown
= isNullableUnknown;
6 references to IsNullableUnknown
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundExpression.cs (1)
310
return this.Update(localSymbol, this.DeclarationKind, constantValueOpt, this.
IsNullableUnknown
, type);
Generated\BoundNodes.xml.Generated.cs (5)
4543
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(localSymbol, this.LocalSymbol) || declarationKind != this.DeclarationKind || constantValueOpt != this.ConstantValueOpt || isNullableUnknown != this.
IsNullableUnknown
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11475
return node.Update(node.LocalSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, type);
13552
updatedNode = node.Update(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, infoAndType.Type!);
13557
updatedNode = node.Update(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, node.Type);
15992
new TreeDumperNode("isNullableUnknown", node.
IsNullableUnknown
, null),