4 references to _semicolonSeparator
WindowsBase (4)
Base\MS\Internal\ContentType.cs (4)
104
int semiColonIndex = contentType.IndexOf(
_semicolonSeparator
);
294
stringBuilder.Append(
_semicolonSeparator
);
450
if (parameterAndValue[0] !=
_semicolonSeparator
)
503
int semicolonIndex = s.IndexOf(
_semicolonSeparator
, startIndex);