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