3 references to GetSpeculativeConstantValue
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\GetSemanticInfoTests.vb (2)
3824
Dim speculativeConstantValue = semanticModel.
GetSpeculativeConstantValue
(syntaxNode.SpanStart, syntaxNode)
3847
Dim speculativeTypeInfo = semanticModel.
GetSpeculativeConstantValue
(syntaxNode.SpanStart, syntaxNode)
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
CompilationTestUtils.vb (1)
573
summary.ConstantValue = semanticModel.
GetSpeculativeConstantValue
(position, expression)