1 write to _sequencePoints
ILCompiler.Compiler (1)
Compiler\SubstitutedILProvider.cs (1)
1209
_sequencePoints
= newSequencePoints;
1 reference to _sequencePoints
ILCompiler.Compiler (1)
Compiler\SubstitutedILProvider.cs (1)
1214
public override IEnumerable<ILSequencePoint> GetSequencePoints() =>
_sequencePoints
;