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)
90output[BytesPending++] = JsonConstants.Asterisk; 101output[BytesPending++] = JsonConstants.Asterisk; 131output[BytesPending++] = JsonConstants.Asterisk; 142output[BytesPending++] = JsonConstants.Asterisk; 203output[BytesPending++] = JsonConstants.Asterisk; 208output[BytesPending++] = JsonConstants.Asterisk; 238output[BytesPending++] = JsonConstants.Asterisk; 243output[BytesPending++] = JsonConstants.Asterisk;