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