1 write to s_dominantType
Microsoft.CodeAnalysis.VisualBasic (1)
Preprocessor\ExpressionEvaluator.vb (1)
43
s_dominantType
=
7 references to s_dominantType
Microsoft.CodeAnalysis.VisualBasic (7)
Preprocessor\ExpressionEvaluator.vb (7)
64
Debug.Assert(
s_dominantType
.GetLength(0) =
s_dominantType
.GetLength(1)) ' 2d array must be square
65
For i As Integer = 0 To
s_dominantType
.GetLength(0) - 1
66
For j As Integer = i + 1 To
s_dominantType
.GetLength(1) - 1
67
Debug.Assert(
s_dominantType
(i, j) =
s_dominantType
(j, i))
581
Dim dominantType As SpecialType = CType(
s_dominantType
(TypeCodeToDominantTypeIndex(whenTrue.SpecialType), TypeCodeToDominantTypeIndex(whenFalse.SpecialType)), SpecialType)