1 implementation of Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10544
public string
Value
{ get; }
3 references to Value
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7109
return new Utf8StringOperation(operation.
Value
, semanticModel: null, operation.Syntax, operation.Type, IsImplicit(operation));
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1402
LogString(operation.
Value
);
Compilation\TestOperationVisitor.cs (1)
986
Assert.NotNull(operation.
Value
);