Home
last modified time | relevance | path

Searched refs:NewCodedLabel (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs709 public CILLabel NewCodedLabel() in NewCodedLabel() method in PEAPI.CILInstructions
723 blockStack.Insert(0,NewCodedLabel()); in StartBlock()
734 TryBlock tBlock = new TryBlock((CILLabel)blockStack[0],NewCodedLabel()); in EndTryBlock()
750 NewCodedLabel()); in EndCatchBlock()
763 Filter filBlock = new Filter(filterLab,(CILLabel)blockStack[0],NewCodedLabel()); in EndFilterBlock()
775 Finally finBlock= new Finally((CILLabel)blockStack[0],NewCodedLabel()); in EndFinallyBlock()
787 Fault fBlock= new Fault((CILLabel)blockStack[0],NewCodedLabel()); in EndFaultBlock()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DPEAPI.cs157 public PEAPI.CILLabel NewCodedLabel() { throw null; } in NewCodedLabel() method in PEAPI.CILInstructions
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DPEAPI.cs158 public PEAPI.CILLabel NewCodedLabel() { throw null; } in NewCodedLabel() method in PEAPI.CILInstructions