1 write to property
System.Data.Services (1)
System\Data\Services\Internal\NeedSkipTokenVisitor.cs (1)
165this.property = this.rt.TryResolvePropertyName(m.Member.Name);
3 references to property
System.Data.Services (3)
System\Data\Services\Internal\NeedSkipTokenVisitor.cs (3)
65return this.rt != null ? this.property : null; 167this.property != null && this.property.ResourceType.ResourceTypeKind == ResourceTypeKind.Primitive,