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: 0x020000C4 RID: 196 [Token(Token = "0x20000C4")] public class SymbolDocumentInfo { /// The source file name. /// The string representing the source file name. // 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; } }