3 writes to _text
System.Data.Entity (3)
System\Data\Common\Utils\TreePrinter.cs (3)
31
_text
= new StringBuilder();
43
_text
= new StringBuilder();
47
_text
= new StringBuilder(text);
1 reference to _text
System.Data.Entity (1)
System\Data\Common\Utils\TreePrinter.cs (1)
71
internal StringBuilder Text { get { return
_text
; } }