コード例 #1
0
ファイル: Instruction.cs プロジェクト: rsumner31/corefx2
 public virtual object GetDebugCookie(LightCompiler compiler) => null;
コード例 #2
0
ファイル: LabelInfo.cs プロジェクト: kkurni-icloud/corefx-old
 internal BranchLabel GetLabel(LightCompiler compiler)
 {
     EnsureLabel(compiler);
     return(_label);
 }
コード例 #3
0
ファイル: Instruction.net30.cs プロジェクト: lin5/Theraot
 public virtual object GetDebugCookie(LightCompiler compiler)
 {
     return(null);
 }