6 references to Resources
Microsoft.AspNetCore.Session (6)
artifacts\obj\Microsoft.AspNetCore.Session\Release\net10.0\Microsoft.AspNetCore.Session.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));
DistributedSession.cs (5)
149
Resources
.FormatException_KeyLengthIsExceeded(KeyLengthLimit));
154
throw new InvalidOperationException(
Resources
.Exception_InvalidSessionEstablishment);
364
throw new ArgumentOutOfRangeException(nameof(num),
Resources
.Exception_InvalidToSerializeIn2Bytes);
379
throw new ArgumentOutOfRangeException(nameof(num),
Resources
.Exception_InvalidToSerializeIn3Bytes);
395
throw new ArgumentOutOfRangeException(nameof(num),
Resources
.Exception_NumberShouldNotBeNegative);