2 writes to Value
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
4338this.Value = value; 4348this.Value = value;
6 references to Value
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (4)
4359if (value != this.Value || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11449return node.Update(node.Value, type); 13491BoundUtf8String updatedNode = node.Update(node.Value, infoAndType.Type!); 15952new TreeDumperNode("value", node.Value, null),
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
129return utf8.GetBytes(node.Value);
Operations\CSharpOperationFactory.cs (1)
688return new Utf8StringOperation(boundNode.Value, _semanticModel, syntax, type, isImplicit);