27 references to TextBlockType
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (23)
217
case
TextBlockType
.Text:
223
goto case
TextBlockType
.Whitespace;
228
goto case
TextBlockType
.Whitespace;
238
case
TextBlockType
.SignificantWhitespace:
239
case
TextBlockType
.Whitespace:
324
WriteString(text,
TextBlockType
.Text);
361
WriteString(ws,
TextBlockType
.Whitespace);
369
WriteString(text,
TextBlockType
.Text);
374
WriteString(new string(buffer, index, count),
TextBlockType
.Text);
382
WriteString(data,
TextBlockType
.Text);
387
WriteString(new string(buffer, index, count),
TextBlockType
.Text);
393
public void WriteString(string text,
TextBlockType
textType)
412
WriteString(new string(chars),
TextBlockType
.Text);
421
WriteString(new string(chars),
TextBlockType
.Text);
757
TextBlockType
textType;
839
private
TextBlockType
_textType;
849
_textType =
TextBlockType
.None;
855
public
TextBlockType
TextType
865
get { return _textType !=
TextBlockType
.None; }
887
public void WriteTextBlock(string text,
TextBlockType
textType)
894
if (_textType ==
TextBlockType
.None)
921
if (_textType ==
TextBlockType
.None)
924
_textType =
TextBlockType
.None;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (4)
233
builder.WriteString(reader.Value,
TextBlockType
.Text);
249
builder.WriteString(reader.Value,
TextBlockType
.Text);
254
builder.WriteString(reader.Value,
TextBlockType
.SignificantWhitespace);
269
builder.WriteString(reader.Value,
TextBlockType
.Whitespace);