1 write to _transformers
System.Web (1)
UI\WebParts\WebPartConnection.cs (1)
242
_transformers
= new WebPartTransformerCollection();
5 references to _transformers
System.Web (5)
UI\WebParts\WebPartConnection.cs (5)
224
if (
_transformers
== null ||
_transformers
.Count == 0) {
228
return
_transformers
[0];
241
if (
_transformers
== null) {
245
return
_transformers
;