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