12 references to Type
Mono.Cecil.Mdb (12)
Mono.Cecil.Mdb\MdbReader.cs (2)
147
if (block.BlockType != CodeBlockEntry.
Type
.Lexical && block.BlockType != CodeBlockEntry.
Type
.CompilerGenerated)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (3)
246
public
Type
BlockType;
258
public CodeBlockEntry (int index, int parent,
Type
type, int start_offset)
270
BlockType = (
Type
) (type_flag & 0x3f);
Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs (4)
166
current_method.StartBlock (CodeBlockEntry.
Type
.Lexical, start_offset);
183
current_method.StartBlock (CodeBlockEntry.
Type
.CompilerGenerated,
197
current_method.StartBlock (CodeBlockEntry.
Type
.IteratorBody,
208
current_method.StartBlock (CodeBlockEntry.
Type
.IteratorDispatcher,
Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs (3)
92
public void StartBlock (CodeBlockEntry.
Type
type, int start_offset)
97
public void StartBlock (CodeBlockEntry.
Type
type, int start_offset, int scopeIndex)
229
sorted.Add (new CodeBlockEntry (scope_index, -1, CodeBlockEntry.
Type
.CompilerGenerated, 0));