Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CurrentContext.cs
Go to the documentation of this file.
1
using
System.Reflection
;
2
using
System.Reflection.Emit
;
3
4
namespace
System.Xml.Xsl.IlGen
;
5
6
internal
sealed
class
CurrentContext
7
{
8
public
readonly
LocalBuilder
Local
;
9
10
public
readonly
MethodInfo
CurrentMethod
;
11
12
public
CurrentContext
(
LocalBuilder
local
,
MethodInfo
currentMethod
)
13
{
14
Local =
local
;
15
CurrentMethod
=
currentMethod
;
16
}
17
}
System.Reflection.Emit.LocalBuilder
Definition
LocalBuilder.cs:4
System.Reflection.MethodInfo
Definition
MethodInfo.cs:7
System.Xml.Xsl.IlGen.CurrentContext.Local
readonly LocalBuilder Local
Definition
CurrentContext.cs:8
System.Xml.Xsl.IlGen.CurrentContext.CurrentMethod
readonly MethodInfo CurrentMethod
Definition
CurrentContext.cs:10
System.Xml.Xsl.IlGen.CurrentContext.CurrentContext
CurrentContext(LocalBuilder local, MethodInfo currentMethod)
Definition
CurrentContext.cs:12
System.Xml.Xsl.IlGen.CurrentContext
Definition
CurrentContext.cs:7
System.Reflection.Emit
Definition
__ExceptionInfo.cs:1
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Xml.Xsl.IlGen
Definition
BranchingContext.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Xsl.IlGen
CurrentContext.cs
Generated by
1.10.0