7 references to Nature
System.ServiceModel (7)
System\UriTemplateHelpers.cs (5)
35
if (kvp.Value.
Nature
== UriTemplatePartType.Literal)
143
if (utqv.
Nature
== UriTemplatePartType.Literal)
266
if (kvp.Value.
Nature
== UriTemplatePartType.Literal)
282
if (!array[i].queries.ContainsKey(s) || (array[i].queries[s].
Nature
!= UriTemplatePartType.Literal))
338
Fx.Assert(utqv.
Nature
== UriTemplatePartType.Literal, "query for name is not literal");
System\UriTemplateLiteralQueryValue.cs (1)
72
if (other.
Nature
!= UriTemplatePartType.Literal)
System\UriTemplateVariableQueryValue.cs (1)
42
return (other.
Nature
== UriTemplatePartType.Variable);