1 write to _instance
PresentationFramework (1)
src\Framework\MS\Internal\Controls\EmptyEnumerable.cs (1)
43
_instance
= new EmptyEnumerable();
2 references to _instance
PresentationFramework (2)
src\Framework\MS\Internal\Controls\EmptyEnumerable.cs (2)
41
if (
_instance
== null)
45
return
_instance
;