4 references to Next
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
293boundary = MimeBoundaryGenerator.Next();
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
641this.id = UriGenerator.Next();
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
1237id = id ?? idGenerator.Next(); 1273string id = item.Id ?? idGenerator.Next();