11 writes to _token
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (11)
367
_token
= BinXmlToken.Error;
824
_token
= BinXmlToken.Element;
826
_token
= BinXmlToken.XmlDecl;
828
_token
= BinXmlToken.DocType;
867
_token
= tok;
874
_token
= BinXmlToken.Error;
897
_token
= BinXmlToken.Error;
1027
_token
= token;
2377
_token
= token;
2422
_token
= BinXmlToken.Attr;
2854
_token
= NextToken();
45 references to _token
dotnet-svcutil-lib (45)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (45)
524
return _stringValue = ValueAsString(
_token
);
536
return _stringValue = ValueAsString(
_token
);
1079
switch (
_token
)
1120
throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported,
_token
, "Boolean"));
1169
switch (
_token
)
1210
throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported,
_token
, "DateTime"));
1264
switch (
_token
)
1305
throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported,
_token
, "Double"));
1359
switch (
_token
)
1400
throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported,
_token
, "Float"));
1454
switch (
_token
)
1495
throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported,
_token
, "Decimal"));
1549
switch (
_token
)
1590
throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported,
_token
, "Int32"));
1644
switch (
_token
)
1685
throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported,
_token
, "Int64"));
1742
value = this.ValueAsObject(
_token
, false);
1784
value = this.ValueAsObject(
_token
, false);
1788
value = this.ValueAs(
_token
, returnType, namespaceResolver);
2773
Debug.Assert(
_token
== BinXmlToken.CData, "this.token == BinXmlToken.CData");
2855
switch (
_token
)
2955
ImplReadData(
_token
);
2963
throw ThrowUnexpectedToken(
_token
);
2986
_valueType = GetValueType(
_token
);
2991
_nodetype = ScanOverValue(
_token
, false, true);
3059
throw ThrowUnexpectedToken(
_token
);
3621
throw ThrowUnexpectedToken(
_token
);
3637
switch (
_token
)
3691
throw ThrowUnexpectedToken(
_token
);
3697
if (BinXmlToken.XSD_UNSIGNEDLONG ==
_token
)
3704
throw ThrowUnexpectedToken(
_token
);
3711
switch (
_token
)
3747
BinXmlSqlDecimal v = new BinXmlSqlDecimal(_data, _tokDataPos,
_token
== BinXmlToken.XSD_DECIMAL);
3752
throw ThrowUnexpectedToken(
_token
);
3759
switch (
_token
)
3788
throw ThrowUnexpectedToken(
_token
);
3795
switch (
_token
)
3852
throw ThrowUnexpectedToken(
_token
);
3859
switch (
_token
)
3871
throw ThrowUnexpectedToken(
_token
);
3879
switch (
_token
)
3936
throw ThrowUnexpectedToken(
_token
);
4057
throw ThrowUnexpectedToken(
_token
);
4203
throw ThrowUnexpectedToken(
_token
);
4404
throw ThrowUnexpectedToken(
_token
);