6 writes to type
System.ServiceModel (6)
System\ServiceModel\Channels\UriPrefixTable.cs (6)
257this.type = UriSegmentType.Unknown; 265this.type = UriSegmentType.None; 320this.type = UriSegmentType.Scheme; 325this.type = UriSegmentType.Host; 337this.type = UriSegmentType.Port; 343this.type = UriSegmentType.Path;
2 references to type
System.ServiceModel (2)
System\ServiceModel\Channels\UriPrefixTable.cs (2)
277switch (this.type) 317switch (this.type)