2 writes to IsNullableUnknown
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
4570
this.
IsNullableUnknown
= isNullableUnknown;
4583
this.
IsNullableUnknown
= isNullableUnknown;
6 references to IsNullableUnknown
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundExpression.cs (1)
320
return this.Update(localSymbol, this.DeclarationKind, constantValueOpt, this.
IsNullableUnknown
, type);
Generated\BoundNodes.xml.Generated.cs (5)
4597
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(localSymbol, this.LocalSymbol) || declarationKind != this.DeclarationKind || constantValueOpt != this.ConstantValueOpt || isNullableUnknown != this.
IsNullableUnknown
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11718
return node.Update(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, type);
13874
updatedNode = node.Update(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, infoAndType.Type!);
13879
updatedNode = node.Update(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, node.Type);
16315
new TreeDumperNode("isNullableUnknown", node.
IsNullableUnknown
, null),