1 write to s_table
Microsoft.CodeAnalysis.VisualBasic (1)
Preprocessor\OperatorResolution.vb (1)
102
s_table
= New Byte(NUM_OPERATORS - 1, TYPE_NUM - 1, TYPE_NUM - 1) _
1 reference to s_table
Microsoft.CodeAnalysis.VisualBasic (1)
Preprocessor\OperatorResolution.vb (1)
349
Return CType(
s_table
(whichTable, TypeCodeToIndex(left), TypeCodeToIndex(right)), SpecialType)