1 write to _defaultCollection
System.Data.Entity (1)
System\Data\Objects\ELinq\ExpressionVisitorHelpers.cs (1)
51_defaultCollection = new ReadOnlyCollection<T>(new T[] { });
2 references to _defaultCollection
System.Data.Entity (2)
System\Data\Objects\ELinq\ExpressionVisitorHelpers.cs (2)
50if (_defaultCollection == null) 52return _defaultCollection;