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)
524return _stringValue = ValueAsString(_token); 536return _stringValue = ValueAsString(_token); 1079switch (_token) 1120throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported, _token, "Boolean")); 1169switch (_token) 1210throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported, _token, "DateTime")); 1264switch (_token) 1305throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported, _token, "Double")); 1359switch (_token) 1400throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported, _token, "Float")); 1454switch (_token) 1495throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported, _token, "Decimal")); 1549switch (_token) 1590throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported, _token, "Int32")); 1644switch (_token) 1685throw new InvalidCastException(string.Format(ResXml.XmlBinary_CastNotSupported, _token, "Int64")); 1742value = this.ValueAsObject(_token, false); 1784value = this.ValueAsObject(_token, false); 1788value = this.ValueAs(_token, returnType, namespaceResolver); 2773Debug.Assert(_token == BinXmlToken.CData, "this.token == BinXmlToken.CData"); 2855switch (_token) 2955ImplReadData(_token); 2963throw ThrowUnexpectedToken(_token); 2986_valueType = GetValueType(_token); 2991_nodetype = ScanOverValue(_token, false, true); 3059throw ThrowUnexpectedToken(_token); 3621throw ThrowUnexpectedToken(_token); 3637switch (_token) 3691throw ThrowUnexpectedToken(_token); 3697if (BinXmlToken.XSD_UNSIGNEDLONG == _token) 3704throw ThrowUnexpectedToken(_token); 3711switch (_token) 3747BinXmlSqlDecimal v = new BinXmlSqlDecimal(_data, _tokDataPos, _token == BinXmlToken.XSD_DECIMAL); 3752throw ThrowUnexpectedToken(_token); 3759switch (_token) 3788throw ThrowUnexpectedToken(_token); 3795switch (_token) 3852throw ThrowUnexpectedToken(_token); 3859switch (_token) 3871throw ThrowUnexpectedToken(_token); 3879switch (_token) 3936throw ThrowUnexpectedToken(_token); 4057throw ThrowUnexpectedToken(_token); 4203throw ThrowUnexpectedToken(_token); 4404throw ThrowUnexpectedToken(_token);