2 writes to IsNullableUnknown
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
4515
this.
IsNullableUnknown
= isNullableUnknown;
4528
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)
4542
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(localSymbol, this.LocalSymbol) || declarationKind != this.DeclarationKind || constantValueOpt != this.ConstantValueOpt || isNullableUnknown != this.
IsNullableUnknown
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11474
return node.Update(node.LocalSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, type);
13551
updatedNode = node.Update(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, infoAndType.Type!);
13556
updatedNode = node.Update(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.
IsNullableUnknown
, node.Type);
15991
new TreeDumperNode("isNullableUnknown", node.
IsNullableUnknown
, null),