Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DebugInfoGenerator.cs
Go to the documentation of this file.
2
4
5public abstract class DebugInfoGenerator
6{
7 [Obsolete("The CreatePdbGenerator API is not supported and throws PlatformNotSupportedException.", DiagnosticId = "SYSLIB0008", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
9 {
11 }
12
13 public abstract void MarkSequencePoint(LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint);
14}
void MarkSequencePoint(LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint)