Searched refs:userState (Results 1 – 1 of 1) sorted by relevance
31 private Dictionary<object, object> userState; field in Grpc.Core.ServerCallContext154 if (userState == null)156 userState = new Dictionary<object, object>();159 return userState;