コード例 #1
0
 private static int ToCodedIndex(this int rowId, HasSemantics tag) => (rowId << (int)HasSemantics.__bits) | (int)tag;
コード例 #2
0
ファイル: CodedIndex.cs プロジェクト: RoryVL/roslyn
 private static int ToCodedIndex(this int rowId, HasSemantics tag) => (rowId << (int)HasSemantics.__bits) | (int)tag;