1 override of GetConstantValueCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5449
protected sealed override Optional<object>
GetConstantValueCore
(SyntaxNode node, CancellationToken cancellationToken)
1 reference to GetConstantValueCore
Microsoft.CodeAnalysis (1)
Compilation\SemanticModel.cs (1)
747
return
GetConstantValueCore
(node, cancellationToken);