C# Class System.Runtime.CompilerServices.SymbolDocumentGenerator

Generator of PDB debugging information for expression trees.
Inheritance: DebugInfoGenerator
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
MarkSequencePoint ( LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint ) : void

Private Methods

Méthode Description
GetSymbolWriter ( MethodBuilder method, SymbolDocumentInfo document ) : ISymbolDocumentWriter
MarkSequencePoint ( LambdaExpression method, MethodBase methodBase, ILGenerator ilg, DebugInfoExpression sequencePoint ) : void
SetLocalName ( LocalBuilder localBuilder, string name ) : void

Method Details

MarkSequencePoint() public méthode

public MarkSequencePoint ( LambdaExpression method, int ilOffset, DebugInfoExpression sequencePoint ) : void
method System.Linq.Expressions.LambdaExpression
ilOffset int
sequencePoint System.Linq.Expressions.DebugInfoExpression
Résultat void