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)
99throw new XmlSyntaxException( _t.LineNo ); 149throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 156throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" )); 180throw new XmlSyntaxException( _t.LineNo ); 226throw new XmlSyntaxException( _t.LineNo ); 243throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedSlashOrString" )); 259throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedCloseBracket" )); 278throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" )); 298throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" )); 303throw new XmlSyntaxException (_t.LineNo); 309throw new XmlSyntaxException (_t.LineNo) ; 335throw new XmlSyntaxException( _t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 347_t.GetTokens( stream, -1, true ); 362_t.ChangeFormat( System.Text.Encoding.GetEncoding( stream.GetNextString() ) ); 383throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 401_t.GetTokens( stream, 2, false ); 407_t.GetTokens( stream, -1, false ); 474_t.Recycle();