1 implementation of Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10584
public string
Value
{ get; }
1 reference to Value
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7145
return new Utf8StringOperation(operation.
Value
, semanticModel: null, operation.Syntax, operation.Type, IsImplicit(operation));