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