2 references to s_stateName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
1175
throw new InvalidOperationException(string.Format(ResXml.Xml_WrongToken, s_tokenName[(int)token],
s_stateName
[(int)State.Error]));
1181
throw new InvalidOperationException(string.Format(ResXml.Xml_WrongToken, s_tokenName[(int)token],
s_stateName
[(int)_currentState]));