2 references to GetStateName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
1952
throw new InvalidOperationException(string.Format(ResXml.Xml_WrongToken, tokenName[(int)token],
GetStateName
(_currentState)));
2196
string wrongTokenMessage = string.Format(ResXml.Xml_WrongToken, tokenName[(int)token],
GetStateName
(currentState));