2 writes to Value
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
4227this.Value = value; 4237this.Value = value;
6 references to Value
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (4)
4248if (value != this.Value || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11054return node.Update(node.Value, type); 13024BoundUtf8String updatedNode = node.Update(node.Value, infoAndType.Type!); 15392new TreeDumperNode("value", node.Value, null),
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
122return utf8.GetBytes(node.Value);
Operations\CSharpOperationFactory.cs (1)
685return new Utf8StringOperation(boundNode.Value, _semanticModel, syntax, type, isImplicit);