4 references to IdentifyPartType
System.ServiceModel (4)
System\UriTemplate.cs (1)
187
if (UriTemplateHelpers.
IdentifyPartType
(key) != UriTemplatePartType.Literal)
System\UriTemplateHelpers.cs (1)
211
type =
IdentifyPartType
(segment);
System\UriTemplatePathSegment.cs (1)
52
switch (UriTemplateHelpers.
IdentifyPartType
(segment))
System\UriTemplateQueryValue.cs (1)
48
switch (UriTemplateHelpers.
IdentifyPartType
(value))