1 write to _t
mscorlib (1)
system\security\util\parser.cs (1)
465
_t
= t;
18 references to _t
mscorlib (18)
system\security\util\parser.cs (18)
99
throw new XmlSyntaxException(
_t
.LineNo );
149
throw new XmlSyntaxException (
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));
156
throw new XmlSyntaxException (
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" ));
180
throw new XmlSyntaxException(
_t
.LineNo );
226
throw new XmlSyntaxException(
_t
.LineNo );
243
throw new XmlSyntaxException (
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedSlashOrString" ));
259
throw new XmlSyntaxException (
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedCloseBracket" ));
278
throw new XmlSyntaxException (
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" ));
298
throw new XmlSyntaxException (
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" ));
303
throw new XmlSyntaxException (
_t
.LineNo);
309
throw new XmlSyntaxException (
_t
.LineNo) ;
335
throw new XmlSyntaxException(
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));
347
_t
.GetTokens( stream, -1, true );
362
_t
.ChangeFormat( System.Text.Encoding.GetEncoding( stream.GetNextString() ) );
383
throw new XmlSyntaxException (
_t
.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));
401
_t
.GetTokens( stream, 2, false );
407
_t
.GetTokens( stream, -1, false );
474
_t
.Recycle();