Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

33 lines
956 B
C#

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;
}
}