3 overrides of CopyToFast
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
7015protected override bool CopyToFast(KeyValuePair<string, StringValues>[] array, int arrayIndex) 14441protected override bool CopyToFast(KeyValuePair<string, StringValues>[] array, int arrayIndex) 17524protected override bool CopyToFast(KeyValuePair<string, StringValues>[] array, int arrayIndex)
1 reference to CopyToFast
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.cs (1)
229if (!CopyToFast(array, arrayIndex))