15 references to Asterisk
System.Text.Json (15)
System\Text\Json\Reader\Utf8JsonReader.cs (3)
2326else if (marker == JsonConstants.Asterisk) 2461if (foundIdx != 0 && localBuffer[foundIdx + idx - 1] == JsonConstants.Asterisk) 2503else if (marker == JsonConstants.Asterisk)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (4)
2260if (marker != JsonConstants.Slash && marker != JsonConstants.Asterisk) 2265bool multiLine = marker == JsonConstants.Asterisk; 2539int idx = localBuffer.IndexOfAny(JsonConstants.Asterisk, JsonConstants.LineFeed, JsonConstants.CarriageReturn); 2551case JsonConstants.Asterisk:
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Comment.cs (8)
97output[BytesPending++] = JsonConstants.Asterisk; 108output[BytesPending++] = JsonConstants.Asterisk; 138output[BytesPending++] = JsonConstants.Asterisk; 149output[BytesPending++] = JsonConstants.Asterisk; 210output[BytesPending++] = JsonConstants.Asterisk; 215output[BytesPending++] = JsonConstants.Asterisk; 245output[BytesPending++] = JsonConstants.Asterisk; 250output[BytesPending++] = JsonConstants.Asterisk;