예제 #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;
 public DependencyAttribute(ResolutionScope aDependencyResolutionScope)
 {
     _depResScope = aDependencyResolutionScope;
 }