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