Files
27Aug2021-Cpp2IL-Dump/System.Core/System/Linq/Expressions/SymbolDocumentInfo.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +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: 0x020000CF RID: 207
[Token(Token = "0x20000CF")]
public class SymbolDocumentInfo
{
/// <summary>The source file name.</summary>
/// <returns>The string representing the source file name.</returns>
// 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;
}
}