7 [DebuggerTypeProxy(typeof(DebugInfoExpressionProxy))]
8 [global::__DynamicallyInvokable]
15 [global::__DynamicallyInvokable]
18 [global::__DynamicallyInvokable]
27 [global::__DynamicallyInvokable]
30 [global::__DynamicallyInvokable]
39 [global::__DynamicallyInvokable]
42 [global::__DynamicallyInvokable]
45 throw ContractUtils.Unreachable;
51 [global::__DynamicallyInvokable]
54 [global::__DynamicallyInvokable]
57 throw ContractUtils.Unreachable;
63 [global::__DynamicallyInvokable]
66 [global::__DynamicallyInvokable]
69 throw ContractUtils.Unreachable;
75 [global::__DynamicallyInvokable]
78 [global::__DynamicallyInvokable]
81 throw ContractUtils.Unreachable;
87 [global::__DynamicallyInvokable]
90 [global::__DynamicallyInvokable]
99 [global::__DynamicallyInvokable]
102 [global::__DynamicallyInvokable]
105 throw ContractUtils.Unreachable;
111 _document = document;
117 [global::__DynamicallyInvokable]
Emits or clears a sequence point for debug information. This allows the debugger to highlight the cor...
virtual int EndColumn
Gets the end column of this T:System.Linq.Expressions.DebugInfoExpression.
Stores information necessary to emit debugging symbol information for a source file,...
internal override Expression Accept(ExpressionVisitor visitor)
Dispatches to the specific visit method for this node type. For example, T:System....
sealed override ExpressionType NodeType
Returns the node type of this T:System.Linq.Expressions.Expression.
virtual int StartColumn
Gets the start column of this T:System.Linq.Expressions.DebugInfoExpression.
virtual int StartLine
Gets the start line of this T:System.Linq.Expressions.DebugInfoExpression.
SymbolDocumentInfo Document
Gets the T:System.Linq.Expressions.SymbolDocumentInfo that represents the source file.
Provides the base class from which the classes that represent expression tree nodes are derived....
Represents type declarations: class types, interface types, array types, value types,...
ExpressionType
Describes the node types for the nodes of an expression tree.
virtual bool IsClear
Gets the value to indicate if the T:System.Linq.Expressions.DebugInfoExpression is for clearing a seq...
virtual internal Expression VisitDebugInfo(DebugInfoExpression node)
Visits the T:System.Linq.Expressions.DebugInfoExpression.
Represents a visitor or rewriter for expression trees.
virtual int EndLine
Gets the end line of this T:System.Linq.Expressions.DebugInfoExpression.