7 writes to builder
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\Processor.cs (7)
313
this.
builder
= null;
349
this.
builder
= new RecordBuilder(output, this.nameTable);
367
this.
builder
= new RecordBuilder(recOutput, this.nameTable);
385
this.
builder
= new RecordBuilder(recOutput, this.nameTable);
390
this.
builder
= new RecordBuilder(new WriterOutput(this, writer), this.nameTable);
867
this.
builder
= new RecordBuilder(output, this.nameTable);
877
this.
builder
= topBuilder.Next;
14 references to builder
System.Data.SqlXml (14)
System\Xml\Xsl\XsltOld\Processor.cs (14)
287
get { return this.
builder
; }
404
Debug.Assert(this.
builder
!= null);
405
this.
builder
.TheEnd();
651
Debug.Assert(this.
builder
!= null);
652
this.
builder
.Reset();
668
switch (this.
builder
.BeginEvent(stateOutlook, nodeType, prefix, name, nspace, empty, htmlProps, search)) {
706
switch (this.
builder
.TextEvent(stateOutlook, text, disableOutputEscaping)) {
739
switch (this.
builder
.EndEvent(stateOutlook, nodeType)) {
865
this.
builder
.OutputState = this.xsm.State;
866
RecordBuilder lastBuilder = this.
builder
;
868
this.
builder
.Next = lastBuilder;
874
Debug.Assert(this.
builder
!= null);
876
RecordBuilder topBuilder = this.
builder
;
878
this.xsm.State = this.
builder
.OutputState;