4 writes to _strings
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (4)
37_strings = null; 44_strings = new XmlDictionaryString[capacity]; 55_strings = new XmlDictionaryString[4]; 62Array.Resize(ref _strings, newSize);
4 references to _strings
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (4)
53if (_strings == null) 57else if (_nextId == _strings.Length) 65_strings[_nextId] = str; 84result = _strings[key];