2 references to Singleton
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
1077tempMembers.Sort(DataMemberComparer.Singleton);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1014int compare = ClassDataContract.DataMemberComparer.Singleton.Compare(prevMember, currentMember);