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