1 write to s_empty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (1)
29
s_empty
= new EmptyDictionary();
2 references to s_empty
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (2)
28
if (
s_empty
== null)
30
return
s_empty
;