Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ArgumentState.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
using
System.Text.Json.Serialization.Metadata
;
3
4
namespace
System.Text.Json
;
5
6
internal
sealed
class
ArgumentState
7
{
8
public
object
Arguments
;
9
10
public
(
JsonPropertyInfo
,
JsonReaderState
,
long
,
byte
[],
string
)[]
FoundProperties
;
11
12
public
(
JsonPropertyInfo
,
object
,
string
)[]
FoundPropertiesAsync
;
13
14
public
int
FoundPropertyCount
;
15
16
public
JsonParameterInfo
JsonParameterInfo
;
17
18
public
int
ParameterIndex
;
19
20
public
List<ParameterRef>
ParameterRefCache
;
21
22
public
bool
FoundKey
;
23
24
public
bool
FoundValue
;
25
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Text.Json.ArgumentState.FoundProperties
string[] FoundProperties
Definition
ArgumentState.cs:10
System.Text.Json.ArgumentState.ParameterRefCache
List< ParameterRef > ParameterRefCache
Definition
ArgumentState.cs:20
System.Text.Json.ArgumentState.FoundPropertiesAsync
string[] FoundPropertiesAsync
Definition
ArgumentState.cs:12
System.Text.Json.ArgumentState.JsonPropertyInfo
JsonPropertyInfo
Definition
ArgumentState.cs:10
System.Text.Json.ArgumentState.FoundKey
bool FoundKey
Definition
ArgumentState.cs:22
System.Text.Json.ArgumentState.FoundValue
bool FoundValue
Definition
ArgumentState.cs:24
System.Text.Json.ArgumentState.Arguments
object Arguments
Definition
ArgumentState.cs:8
System.Text.Json.ArgumentState.JsonParameterInfo
JsonParameterInfo JsonParameterInfo
Definition
ArgumentState.cs:16
System.Text.Json.ArgumentState.ParameterIndex
int ParameterIndex
Definition
ArgumentState.cs:18
System.Text.Json.ArgumentState.JsonReaderState
JsonReaderState
Definition
ArgumentState.cs:10
System.Text.Json.ArgumentState.FoundPropertyCount
int FoundPropertyCount
Definition
ArgumentState.cs:14
System.Text.Json.ArgumentState.object
object
Definition
ArgumentState.cs:12
System.Text.Json.ArgumentState.long
long
Definition
ArgumentState.cs:10
System.Text.Json.ArgumentState
Definition
ArgumentState.cs:7
System.Text.Json.Serialization.Metadata.JsonParameterInfo
Definition
JsonParameterInfo.cs:85
string
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Text.Json.Serialization.Metadata
Definition
FSharpCoreReflectionProxy.cs:5
System.Text.Json
Definition
JsonArray.cs:7
source
System.Text.Json
System.Text.Json
ArgumentState.cs
Generated by
1.10.0