This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,32 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Linq.Expressions
{
/// <summary>Stores information necessary to emit debugging symbol information for a source file, in particular the file name and unique language identifier.</summary>
// Token: 0x020000C4 RID: 196
[Token(Token = "0x20000C4")]
public class SymbolDocumentInfo
{
/// <summary>The source file name.</summary>
/// <returns>The string representing the source file name.</returns>
// Token: 0x17000118 RID: 280
// (get) Token: 0x06000579 RID: 1401 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000118")]
public string FileName
{
[Token(Token = "0x6000579")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
[CompilerGenerated]
get
{
return null;
}
}
// Token: 0x040001FE RID: 510
[Token(Token = "0x40001FE")]
internal static readonly Guid DocumentType_Text;
}
}