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