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