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)
50
if (
_defaultCollection
== null)
52
return
_defaultCollection
;