2 overrides of Type
Microsoft.CodeAnalysis (2)
CodeGen\BasicBlock.cs (2)
703
public override BlockType
Type
=> _type;
721
public override BlockType
Type
=> BlockType.Switch;
2 references to Type
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
291
if (branchCode == ILOpCode.Nop && block.
Type
== BlockType.Normal)
312
switch (block.
Type
)