1 write to writeAuthorizationMethods
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
150this.writeAuthorizationMethods = new Dictionary<string, List<MethodInfo>>(EqualityComparer<string>.Default);
4 references to writeAuthorizationMethods
System.Data.Services (4)
System\Data\Services\DataServiceConfiguration.cs (4)
799if (this.writeAuthorizationMethods.TryGetValue(resourceSet.Name, out methods)) 1089if (!this.writeAuthorizationMethods.ContainsKey(container.Name)) 1091this.writeAuthorizationMethods[container.Name] = new List<MethodInfo>(); 1094this.writeAuthorizationMethods[container.Name].Add(method);