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