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