Example #1
0
 private static int ToCodedIndex(this int rowId, ResolutionScope tag) => (rowId << (int)ResolutionScope.__bits) | (int)tag;
Example #2
0
 private static int ToCodedIndex(this int rowId, ResolutionScope tag) => (rowId << (int)ResolutionScope.__bits) | (int)tag;
 public DependencyAttribute(ResolutionScope aDependencyResolutionScope)
 {
     _depResScope = aDependencyResolutionScope;
 }