1 write to propertyInfosDeclaredOnThisType
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
1104this.propertyInfosDeclaredOnThisType = new Dictionary<ResourceProperty, PropertyInfo>(ReferenceEqualityComparer<ResourceProperty>.Instance);
3 references to propertyInfosDeclaredOnThisType
System.Data.Services (3)
System\Data\Services\Providers\ResourceType.cs (3)
1102if (this.propertyInfosDeclaredOnThisType == null) 1108if (!this.propertyInfosDeclaredOnThisType.TryGetValue(resourceProperty, out propertyInfo)) 1117this.propertyInfosDeclaredOnThisType.Add(resourceProperty, propertyInfo);