1 write to _consumerSchema
System.Web (1)
UI\WebParts\RowToParametersTransformer.cs (1)
206_consumerSchema = schema;
3 references to _consumerSchema
System.Web (3)
UI\WebParts\RowToParametersTransformer.cs (3)
43return _consumerSchema; 188if (_consumerSchema != null && _consumerFieldNames != null && _consumerFieldNames.Length > 0) { 190PropertyDescriptor prop = _consumerSchema.Find(fieldName, true);