1 write to expandNodeAnnotations
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1864this.expandNodeAnnotations = new Dictionary<Expression, ExpandNode>(ReferenceEqualityComparer<Expression>.Instance);
3 references to expandNodeAnnotations
System.Data.Services (3)
System\Data\Services\Providers\BasicExpandProvider.cs (3)
1880return visitor.expandNodeAnnotations; 1997if (this.expandNodeAnnotations.TryGetValue(expression, out annotation)) 2017this.expandNodeAnnotations[expression] = annotation;