1 instantiation of MessagePartDescriptionComparer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
665
static internal MessagePartDescriptionComparer Singleton = new
MessagePartDescriptionComparer
();
4 references to MessagePartDescriptionComparer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (4)
646
Array.Sort((MessagePartDescription[])xHeaders,
MessagePartDescriptionComparer
.Singleton);
647
Array.Sort((MessagePartDescription[])yHeaders,
MessagePartDescriptionComparer
.Singleton);
652
if (
MessagePartDescriptionComparer
.Singleton.Compare(xHeaders[i], yHeaders[i]) != 0)
665
static internal
MessagePartDescriptionComparer
Singleton = new MessagePartDescriptionComparer();