3 references to QuoteAwareSubString
System.ServiceModel.Web (3)
System\ServiceModel\Web\IncomingWebRequestContext.cs (2)
241
string nextItem = Utility.
QuoteAwareSubString
(acceptHeader, ref offset);
343
string nextEntityTag = Utility.
QuoteAwareSubString
(header, ref offset);
System\ServiceModel\Web\Utility.cs (1)
86
string subString =
QuoteAwareSubString
(str, ref offset);