3 references to tokenName
System.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (2)
1602
throw new InvalidOperationException(Res.GetString(Res.Xml_WrongToken,
tokenName
[(int)token], GetStateName(currentState)));
1820
string wrongTokenMessage = Res.GetString(Res.Xml_WrongToken,
tokenName
[(int)token], GetStateName(currentState));
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1065
throw new InvalidOperationException(Res.GetString(Res.Xml_WrongToken,
tokenName
[(int)token], GetStateName(currentState)));