Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.IConstantPatternOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8149Value = SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8153(Value is null ? 0 : 1); 81570 when Value != null 8158=> Value, 8166if (Value != null) return (true, 0, 0); 8180if (Value != null) return (true, 0, 0); 10659return new ConstantPatternOperation(Visit(internalOperation.Value), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);