9 references to Throw
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (1)
622
case ILOpCode.
Throw
:
CodeGen\ILBuilderEmit.cs (1)
332
block.SetBranchCode(ILOpCode.
Throw
);
CodeGen\ILOpCodeExtensions.cs (4)
71
case ILOpCode.
Throw
:
168
case ILOpCode.
Throw
:
336
case ILOpCode.
Throw
:
613
case ILOpCode.
Throw
:
PEWriter\MetadataWriter.cs (1)
92
(byte)ILOpCode.
Throw
);
Microsoft.CodeAnalysis.Test.Utilities (2)
Metadata\ILBuilderVisualizer.cs (1)
394
case ILOpCode.
Throw
: return "throw";
Metadata\MetadataReaderUtils.cs (1)
503
static readonly byte[] ThrowNull = new[] { (byte)ILOpCode.Ldnull, (byte)ILOpCode.
Throw
};