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