3 references to GetStateName
System.Private.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (2)
1851
throw new InvalidOperationException(SR.Format(SR.Xml_WrongToken, tokenName[(int)token],
GetStateName
(_currentState)));
2073
string wrongTokenMessage = SR.Format(SR.Xml_WrongToken, tokenName[(int)token],
GetStateName
(currentState));
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1279
throw new InvalidOperationException(SR.Format(SR.Xml_WrongToken, tokenName[(int)token],
GetStateName
(_currentState)));