示例#1
0
文件: Type.cs 项目: lcartey/codeql
 public Id MakeId(GenericContext gc) => elementType.MakeId(gc) + "[]";
示例#2
0
文件: Type.cs 项目: lcartey/codeql
 public Id MakeId(GenericContext gc) => "pinned " + elementType.MakeId(gc);
示例#3
0
文件: Type.cs 项目: lcartey/codeql
 public Id MakeId(GenericContext gc) => unmodifiedType.MakeId(gc);
示例#4
0
文件: Type.cs 项目: lcartey/codeql
 public Id MakeId(GenericContext gc) =>
 genericType.MakeId(gc) + "<" + Id.CommaSeparatedList(typeArguments.Select(arg => arg.MakeId(gc))) + ">";
示例#5
0
文件: Type.cs 项目: lcartey/codeql
 public Id MakeId(GenericContext gc) => "ref " + elementType.MakeId(gc);
示例#6
0
文件: Type.cs 项目: lcartey/codeql
 public Id MakeId(GenericContext gc) => elementType.MakeId(gc) + "[]";   // Make these static