1 write to _dictionaryStrings1
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (1)
69
_dictionaryStrings1
= new XmlDictionaryString[keyThreshold];
3 references to _dictionaryStrings1
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (3)
68
if (
_dictionaryStrings1
== null)
70
s =
_dictionaryStrings1
[key];
74
_dictionaryStrings1
[key] = s;