Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DebugInfoGenerator.cs
Go to the documentation of this file.
1
using
System.Linq.Expressions
;
2
3
namespace
System.Runtime.CompilerServices
;
4
5
public
abstract
class
DebugInfoGenerator
6
{
7
[Obsolete(
"The CreatePdbGenerator API is not supported and throws PlatformNotSupportedException."
, DiagnosticId =
"SYSLIB0008"
, UrlFormat =
"https://aka.ms/dotnet-warnings/{0}"
)]
8
public
static
DebugInfoGenerator
CreatePdbGenerator
()
9
{
10
throw
new
PlatformNotSupportedException
();
11
}
12
13
public
abstract
void
MarkSequencePoint
(
LambdaExpression
method,
int
ilOffset,
DebugInfoExpression
sequencePoint);
14
}
System.Linq.Expressions.DebugInfoExpression
Definition
DebugInfoExpression.cs:9
System.Linq.Expressions.LambdaExpression
Definition
LambdaExpression.cs:14
System.PlatformNotSupportedException
Definition
PlatformNotSupportedException.cs:9
System.Runtime.CompilerServices.DebugInfoGenerator.CreatePdbGenerator
static DebugInfoGenerator CreatePdbGenerator()
Definition
DebugInfoGenerator.cs:8
System.Runtime.CompilerServices.DebugInfoGenerator.MarkSequencePoint
void MarkSequencePoint(LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint)
System.Runtime.CompilerServices.DebugInfoGenerator
Definition
DebugInfoGenerator.cs:6
System.Linq.Expressions
Definition
AnalyzedTree.cs:3
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Linq.Expressions
System.Runtime.CompilerServices
DebugInfoGenerator.cs
Generated by
1.10.0