2 instantiations of SessionScope
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (1)
34
ObjectCreator = () => new global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
(),
DeviceBoundSessionHandler.cs (1)
302
Scope = new
SessionScope
32 references to SessionScope
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (32)
_generated\11\DeviceBoundSessionJsonContext.GetJsonTypeInfo.g.cs (1)
37
if (type == typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
))
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (4)
118
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
>
133
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction).GetProperty("Scope", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
), global::System.Array.Empty<global::System.Type>(), null),
136
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
>(options, info3);
206
global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
__value_Scope = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)value).Scope;
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (26)
16
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
>? _SessionScope;
22
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
> SessionScope
25
get => _SessionScope ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
));
28
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
> Create_SessionScope(global::System.Text.Json.JsonSerializerOptions options)
30
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
> jsonTypeInfo))
32
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
>
38
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
44
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
>(options, objectInfo);
61
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
),
63
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)obj).Origin,
64
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)obj).Origin = value!,
71
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
).GetProperty("Origin", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
81
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
),
83
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)obj).IncludeSite,
84
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)obj).IncludeSite = value!,
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
).GetProperty("IncludeSite", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
101
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
),
103
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)obj).ScopeSpecification,
104
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)obj).ScopeSpecification = value!,
111
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
).GetProperty("ScopeSpecification", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScopeRule>), global::System.Array.Empty<global::System.Type>(), null),
123
private void SessionScopeSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
? value)
133
string __value_Origin = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)value).Origin;
138
writer.WriteBoolean(PropName_include_site, ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)value).IncludeSite);
139
global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScopeRule> __value_ScopeSpecification = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.
SessionScope
)value).ScopeSpecification;
SessionInstruction.cs (1)
41
public
SessionScope
? Scope { get; set; }