using System; using System.Runtime.CompilerServices; using Cpp2IlInjected; namespace System.Linq.Expressions { /// Stores information necessary to emit debugging symbol information for a source file, in particular the file name and unique language identifier. // Token: 0x020000CF RID: 207 [Token(Token = "0x20000CF")] public class SymbolDocumentInfo { /// The source file name. /// The string representing the source file name. // Token: 0x1700013D RID: 317 // (get) Token: 0x06000613 RID: 1555 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700013D")] public string FileName { [Token(Token = "0x6000613")] [Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")] [CompilerGenerated] get { return null; } } // Token: 0x0400023D RID: 573 [Token(Token = "0x400023D")] internal static readonly Guid DocumentType_Text; } }