2 references to new
ILAssembler (2)
EntityRegistry.cs (1)
1536
public static SequencePoint Hidden(int ilOffset) =>
new
(ilOffset, 0xFEEFEE, 0, 0xFEEFEE, 0);
GrammarVisitor.cs (1)
2370
new EntityRegistry.
SequencePoint
(ilOffset, startLine, startColumn, endLine, endColumn));