1512 references to Slice
aspire (5)
Aspire.Dashboard (5)
Aspire.Hosting (6)
Aspire.Playground.Tests (1)
GenerateDocumentationAndConfigFiles (3)
ILCompiler.Compiler (127)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (34)
543BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(2), (ushort)NumberOfSections);
544BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(4), TimeDateStamp);
545BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), PointerToSymbolTable);
546BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(12), NumberOfSymbols);
547BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(16), SizeOfOptionalHeader);
548BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(18), (ushort)Characteristics);
557BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(2), 0xFFFF);
558BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(4), 2);
559BinaryPrimitives.WriteInt16LittleEndian(buffer.Slice(6), (short)Machine);
560BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), TimeDateStamp);
561BigObjMagic.CopyTo(buffer.Slice(12));
562BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(44), NumberOfSections);
563BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(48), PointerToSymbolTable);
564BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(52), NumberOfSymbols);
642BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize), VirtualSize);
643BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 4), VirtualAddress);
644BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 8), SizeOfRawData);
645BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 12), PointerToRawData);
646BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 16), PointerToRelocations);
647BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 20), PointerToLineNumbers);
648BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 24), NumberOfRelocations);
649BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 26), NumberOfLineNumbers);
650BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 28), (uint)SectionCharacteristics);
719BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(4), SymbolTableIndex);
720BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(8), (ushort)Type);
783BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize), Value);
787BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 4), SectionIndex);
793BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 4), (ushort)SectionIndex);
796BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(sliceIndex), Type);
840BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(4), NumberOfRelocations);
841BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(6), NumberOfLineNumbers);
842BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), CheckSum);
843BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(12), (ushort)Number);
847BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(16), (ushort)(Number >> 16));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (45)
352BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)_symbolNameToIndex[externSymbol] << 8) | R_ARM_THM_JUMP24);
420BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)symbolIndex << 8) | type);
448BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
449BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
480BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)symbolIndex << 8) | type);
486BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)symbolIndex << 8) | (type + 1));
522BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
523BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
550BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
551BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
557BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type + 1);
558BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
588BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
589BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
602BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
603BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), 0);
977var tempBuffer = buffer.Slice(16);
978tempBuffer = tempBuffer.Slice(((IBinaryInteger<ushort>)Type).WriteLittleEndian(tempBuffer));
979tempBuffer = tempBuffer.Slice(((IBinaryInteger<ushort>)Machine).WriteLittleEndian(tempBuffer));
980tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Version).WriteLittleEndian(tempBuffer));
981tempBuffer = tempBuffer.Slice(TSize.CreateChecked(EntryPoint).WriteLittleEndian(tempBuffer));
982tempBuffer = tempBuffer.Slice(TSize.CreateChecked(SegmentHeaderOffset).WriteLittleEndian(tempBuffer));
983tempBuffer = tempBuffer.Slice(TSize.CreateChecked(SectionHeaderOffset).WriteLittleEndian(tempBuffer));
985BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(4), (ushort)buffer.Length);
986BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(6), SegmentHeaderEntrySize);
987BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(8), SegmentHeaderEntryCount);
988BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(10), SectionHeaderEntrySize);
989BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(12), SectionHeaderEntryCount);
990BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(14), StringTableIndex);
1031tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)NameIndex).WriteLittleEndian(tempBuffer));
1032tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Type).WriteLittleEndian(tempBuffer));
1033tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Flags).WriteLittleEndian(tempBuffer));
1034tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Address).WriteLittleEndian(tempBuffer));
1035tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Offset).WriteLittleEndian(tempBuffer));
1036tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Size).WriteLittleEndian(tempBuffer));
1037tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Link).WriteLittleEndian(tempBuffer));
1038tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Info).WriteLittleEndian(tempBuffer));
1039tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Alignment).WriteLittleEndian(tempBuffer));
1040tempBuffer = tempBuffer.Slice(TSize.CreateChecked(EntrySize).WriteLittleEndian(tempBuffer));
1074TSize.CreateChecked(Value).WriteLittleEndian(buffer.Slice(4));
1075TSize.CreateChecked(Size).WriteLittleEndian(buffer.Slice(8));
1078BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(14), sectionIndex);
1084BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(6), sectionIndex);
1085BinaryPrimitives.WriteUInt64LittleEndian(buffer.Slice(8), Value);
1086BinaryPrimitives.WriteUInt64LittleEndian(buffer.Slice(16), Size);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (19)
97_locals.CopyTo(buffer.Slice(pos));
99pos += _body.Encode(buffer.Slice(pos));
256int relocsEncoded = expr.EncodeRelocations(buffer.Slice(totalRelocsEncoded));
281return 1 + DwarfHelper.WriteULEB128(buffer.Slice(1), ((uint)_kind) & 0xFFFFFF);
406pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), _align);
407pos += _offset.Encode(buffer.Slice(pos));
445pos += DwarfHelper.WriteSLEB128(buffer.Slice(pos), ConstValue);
474pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), _tableIndex);
499pos += _symbol.Encode(buffer.Slice(pos));
527pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)LocalIndex);
552pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)GlobalIndex);
600pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)DstMemoryIndex);
601pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)SrcMemoryIndex);
630pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)MemoryIndex);
659pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)DataSegmentIndex);
660pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)MemoryIndex);
691pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)ElemIndex);
692pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)TableIndex);
717pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), TableIndex);
ILCompiler.ReadyToRun (126)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (34)
543BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(2), (ushort)NumberOfSections);
544BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(4), TimeDateStamp);
545BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), PointerToSymbolTable);
546BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(12), NumberOfSymbols);
547BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(16), SizeOfOptionalHeader);
548BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(18), (ushort)Characteristics);
557BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(2), 0xFFFF);
558BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(4), 2);
559BinaryPrimitives.WriteInt16LittleEndian(buffer.Slice(6), (short)Machine);
560BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), TimeDateStamp);
561BigObjMagic.CopyTo(buffer.Slice(12));
562BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(44), NumberOfSections);
563BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(48), PointerToSymbolTable);
564BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(52), NumberOfSymbols);
642BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize), VirtualSize);
643BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 4), VirtualAddress);
644BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 8), SizeOfRawData);
645BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 12), PointerToRawData);
646BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 16), PointerToRelocations);
647BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 20), PointerToLineNumbers);
648BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 24), NumberOfRelocations);
649BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 26), NumberOfLineNumbers);
650BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 28), (uint)SectionCharacteristics);
719BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(4), SymbolTableIndex);
720BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(8), (ushort)Type);
783BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize), Value);
787BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 4), SectionIndex);
793BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 4), (ushort)SectionIndex);
796BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(sliceIndex), Type);
840BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(4), NumberOfRelocations);
841BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(6), NumberOfLineNumbers);
842BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), CheckSum);
843BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(12), (ushort)Number);
847BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(16), (ushort)(Number >> 16));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (45)
352BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)_symbolNameToIndex[externSymbol] << 8) | R_ARM_THM_JUMP24);
420BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)symbolIndex << 8) | type);
448BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
449BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
480BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)symbolIndex << 8) | type);
486BinaryPrimitives.WriteUInt32LittleEndian(relocationEntry.Slice(4), ((uint)symbolIndex << 8) | (type + 1));
522BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
523BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
550BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
551BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
557BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type + 1);
558BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
588BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
589BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), symbolicRelocation.Addend);
602BinaryPrimitives.WriteUInt64LittleEndian(relocationEntry.Slice(8), ((ulong)symbolIndex << 32) | type);
603BinaryPrimitives.WriteInt64LittleEndian(relocationEntry.Slice(16), 0);
977var tempBuffer = buffer.Slice(16);
978tempBuffer = tempBuffer.Slice(((IBinaryInteger<ushort>)Type).WriteLittleEndian(tempBuffer));
979tempBuffer = tempBuffer.Slice(((IBinaryInteger<ushort>)Machine).WriteLittleEndian(tempBuffer));
980tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Version).WriteLittleEndian(tempBuffer));
981tempBuffer = tempBuffer.Slice(TSize.CreateChecked(EntryPoint).WriteLittleEndian(tempBuffer));
982tempBuffer = tempBuffer.Slice(TSize.CreateChecked(SegmentHeaderOffset).WriteLittleEndian(tempBuffer));
983tempBuffer = tempBuffer.Slice(TSize.CreateChecked(SectionHeaderOffset).WriteLittleEndian(tempBuffer));
985BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(4), (ushort)buffer.Length);
986BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(6), SegmentHeaderEntrySize);
987BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(8), SegmentHeaderEntryCount);
988BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(10), SectionHeaderEntrySize);
989BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(12), SectionHeaderEntryCount);
990BinaryPrimitives.WriteUInt16LittleEndian(tempBuffer.Slice(14), StringTableIndex);
1031tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)NameIndex).WriteLittleEndian(tempBuffer));
1032tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Type).WriteLittleEndian(tempBuffer));
1033tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Flags).WriteLittleEndian(tempBuffer));
1034tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Address).WriteLittleEndian(tempBuffer));
1035tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Offset).WriteLittleEndian(tempBuffer));
1036tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Size).WriteLittleEndian(tempBuffer));
1037tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Link).WriteLittleEndian(tempBuffer));
1038tempBuffer = tempBuffer.Slice(((IBinaryInteger<uint>)Info).WriteLittleEndian(tempBuffer));
1039tempBuffer = tempBuffer.Slice(TSize.CreateChecked(Alignment).WriteLittleEndian(tempBuffer));
1040tempBuffer = tempBuffer.Slice(TSize.CreateChecked(EntrySize).WriteLittleEndian(tempBuffer));
1074TSize.CreateChecked(Value).WriteLittleEndian(buffer.Slice(4));
1075TSize.CreateChecked(Size).WriteLittleEndian(buffer.Slice(8));
1078BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(14), sectionIndex);
1084BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(6), sectionIndex);
1085BinaryPrimitives.WriteUInt64LittleEndian(buffer.Slice(8), Value);
1086BinaryPrimitives.WriteUInt64LittleEndian(buffer.Slice(16), Size);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (19)
97_locals.CopyTo(buffer.Slice(pos));
99pos += _body.Encode(buffer.Slice(pos));
256int relocsEncoded = expr.EncodeRelocations(buffer.Slice(totalRelocsEncoded));
281return 1 + DwarfHelper.WriteULEB128(buffer.Slice(1), ((uint)_kind) & 0xFFFFFF);
406pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), _align);
407pos += _offset.Encode(buffer.Slice(pos));
445pos += DwarfHelper.WriteSLEB128(buffer.Slice(pos), ConstValue);
474pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), _tableIndex);
499pos += _symbol.Encode(buffer.Slice(pos));
527pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)LocalIndex);
552pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)GlobalIndex);
600pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)DstMemoryIndex);
601pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)SrcMemoryIndex);
630pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)MemoryIndex);
659pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)DataSegmentIndex);
660pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)MemoryIndex);
691pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)ElemIndex);
692pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), (uint)TableIndex);
717pos += DwarfHelper.WriteULEB128(buffer.Slice(pos), TableIndex);
ILCompiler.TypeSystem (14)
illink (5)
ILLink.RoslynAnalyzer (5)
Microsoft.AspNetCore.Antiforgery (2)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server (34)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\BufferWriter.cs (1)
152_span = _span.Slice(count);
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackWriter.cs (28)
141WriteBigEndian((ushort)count, span.Slice(1));
148WriteBigEndian(count, span.Slice(1));
181WriteBigEndian((ushort)count, span.Slice(1));
188WriteBigEndian(count, span.Slice(1));
286WriteBigEndian(value, span.Slice(1));
336WriteBigEndian(value, span.Slice(1));
368WriteBigEndian((ushort)value, span.Slice(1));
385WriteBigEndian(value, span.Slice(1));
427WriteBigEndian((short)value, span.Slice(1));
445WriteBigEndian(value, span.Slice(1));
479WriteBigEndian((ushort)value, span.Slice(1));
486WriteBigEndian((uint)value, span.Slice(1));
503WriteBigEndian(value, span.Slice(1));
546WriteBigEndian((short)value, span.Slice(1));
553WriteBigEndian((int)value, span.Slice(1));
571WriteBigEndian(value, span.Slice(1));
600WriteBigEndian(value, span.Slice(1));
612WriteBigEndian(value, span.Slice(1));
685WriteBigEndian(data32, span.Slice(2));
694WriteBigEndian(data64, span.Slice(2));
705WriteBigEndian((uint)nanoseconds, span.Slice(3));
706WriteBigEndian(seconds, span.Slice(7));
813WriteBigEndian((ushort)length, span.Slice(1));
823WriteBigEndian(length, span.Slice(1));
897WriteBigEndian((ushort)byteCount, span.Slice(1));
904WriteBigEndian(byteCount, span.Slice(1));
1018WriteBigEndian((ushort)dataLength, span.Slice(1));
1026WriteBigEndian(dataLength, span.Slice(1));
Microsoft.AspNetCore.DataProtection (7)
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
Microsoft.AspNetCore.Http.Abstractions (2)
Microsoft.AspNetCore.Http.Connections (2)
Microsoft.AspNetCore.Http.Extensions (5)
Microsoft.AspNetCore.HttpLogging (6)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
Microsoft.AspNetCore.Mvc.RazorPages (2)
Microsoft.AspNetCore.OpenApi (2)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.IIS (3)
Microsoft.AspNetCore.Server.Kestrel.Core (56)
Internal\Http3\QPackHeaderWriter.cs (6)
20bool doneEncode = Encode(enumerator, buffer.Slice(2), ref totalHeaderSize, out length);
35int statusCodeLength = EncodeStatusCode(statusCode, buffer.Slice(2));
44bool done = Encode(headersEnumerator, buffer.Slice(statusCodeLength + 2), throwIfNoneEncoded: false, ref totalHeaderSize, out int headersLength);
72if (!QPackEncoder.EncodeStaticIndexedHeaderField(staticTableId, buffer.Slice(length), out headerLength))
86if (!EncodeHeader(buffer.Slice(length), staticTableId, name, value, valueEncoding, out headerLength))
127statusBytes.CopyTo(buffer.Slice(3));
src\aspnetcore\src\Servers\Kestrel\shared\HPackHeaderWriter.cs (4)
42if (!EncodeStatusHeader(statusCode, hpackEncoder, buffer.Slice(length), out var statusCodeLength))
55var done = EncodeHeadersCore(hpackEncoder, headersEnumerator, buffer.Slice(length), canRequestLargerBuffer: false, out var headersLength);
90var done = EncodeHeadersCore(hpackEncoder, headersEnumerator, buffer.Slice(length), canRequestLargerBuffer: true, out var headersLength);
133buffer.Slice(currentLength),
src\aspnetcore\src\Shared\runtime\Http2\Hpack\HPackEncoder.cs (19)
65if (!EncodeStringLiteral(statusBytes, destination.Slice(nameLength), out var valueLength))
96if (EncodeStringLiteral(value, valueEncoding, destination.Slice(indexLength), out int nameLength))
128if (EncodeStringLiteral(value, valueEncoding, destination.Slice(indexLength), out int nameLength))
160if (EncodeStringLiteral(value, valueEncoding, destination.Slice(indexLength), out int nameLength))
275if (EncodeLiteralHeaderName(name, destination.Slice(1), out int nameLength) &&
276EncodeStringLiteral(value, valueEncoding, destination.Slice(1 + nameLength), out int valueLength))
308if (EncodeLiteralHeaderName(name, destination.Slice(1), out int nameLength) &&
309EncodeStringLiterals(values, separator, valueEncoding, destination.Slice(1 + nameLength), out int valueLength))
347if (EncodeLiteralHeaderName(name, destination.Slice(1), out int nameLength))
378destination = destination.Slice(integerLength);
428destination = destination.Slice(integerLength);
471destination = destination.Slice(integerLength);
552destination = destination.Slice(integerLength);
559destination = destination.Slice(value.Length);
564destination = destination.Slice(separator.Length);
568destination = destination.Slice(value.Length);
574destination = destination.Slice(written);
579destination = destination.Slice(separator.Length);
582destination = destination.Slice(written);
src\aspnetcore\src\Shared\runtime\Http3\QPack\QPackEncoder.cs (13)
74destination = destination.Slice(headerBytesWritten);
132if (EncodeNameString(name, destination, out int nameLength) && EncodeValueString(value, valueEncoding, destination.Slice(nameLength), out int valueLength))
149if (EncodeNameString(name, destination, out int nameLength) && EncodeValueString(values, separator, valueEncoding, destination.Slice(nameLength), out int valueLength))
194buffer = buffer.Slice(nameLength);
257buffer = buffer.Slice(nameLength);
264buffer = buffer.Slice(value.Length);
269buffer = buffer.Slice(separator.Length);
273buffer = buffer.Slice(value.Length);
279buffer = buffer.Slice(written);
284buffer = buffer.Slice(separator.Length);
287buffer = buffer.Slice(written);
326buffer = buffer.Slice(nameLength);
366destination = destination.Slice(length);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Microsoft.AspNetCore.SignalR.Common (2)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (3)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
Microsoft.AspNetCore.WebSockets (5)
Microsoft.AspNetCore.WebUtilities (1)
Microsoft.Build (5)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\ArraySortHelper.cs (1)
923values = values.Slice(nanLeft);
Microsoft.Build.Framework (4)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.Analyzers (3)
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
Microsoft.CodeAnalysis.CodeStyle (3)
Microsoft.CodeAnalysis.Extensions.Package (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
Microsoft.CodeAnalysis.Workspaces (3)
Microsoft.Data.Analysis (5)
PrimitiveColumnContainer.BinaryOperations.cs (4)
136arithmetic.HandleOperation(operation, leftSpan.Slice(0, availableInRetSpan), rightSpan.Slice(0, availableInRetSpan), retSpan.Slice(retOffset));
142arithmetic.HandleOperation(operation, leftSpan, rightSpan, retSpan.Slice(retOffset));
178arithmetic.HandleOperation(operation, leftSpan.Slice(0, availableInRetSpan), right, retSpan.Slice(retOffset));
184arithmetic.HandleOperation(operation, leftSpan, right, retSpan.Slice(retOffset));
Microsoft.DotNet.Build.Tasks.Installers (5)
Microsoft.DotNet.TemplateLocator (1)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Microsoft.Extensions.Configuration.EnvironmentVariables (5)
Microsoft.Extensions.DataIngestion (5)
Microsoft.Extensions.Hosting.Systemd (1)
Microsoft.Extensions.Http.Diagnostics (1)
Microsoft.Extensions.Logging.Abstractions (5)
Microsoft.Extensions.Logging.Console (5)
Microsoft.Extensions.Logging.Generators (2)
Microsoft.Extensions.Primitives (1)
Microsoft.Extensions.ServiceDiscovery.Dns (15)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests.Fuzzing (1)
Microsoft.Extensions.Telemetry (2)
Microsoft.ML.Core (8)
Microsoft.ML.Core.Tests (1)
Microsoft.ML.CpuMath (2)
Microsoft.ML.Data (3)
Microsoft.ML.DataView (1)
Microsoft.ML.Tokenizers (60)
Microsoft.ML.TorchSharp (1)
Microsoft.NET.Build.Tasks (1)
Microsoft.NET.HostModel (1)
Microsoft.Net.Http.Headers (5)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Microsoft.NET.Sdk.WorkloadManifestReader (1)
PresentationFramework (5)
Roslyn.Diagnostics.Analyzers (3)
System.ComponentModel.TypeConverter (1)
System.Console (9)
System.Diagnostics.DiagnosticSource (9)
System.Diagnostics.Process (9)
System.DirectoryServices.Protocols (10)
System.Formats.Asn1 (12)
System.Formats.Cbor (6)
System.Formats.Nrbf (1)
System.Formats.Tar (10)
System.IO.Compression (12)
System.IO.Compression.Brotli (2)
System.IO.FileSystem.AccessControl (5)
System.IO.FileSystem.Watcher (6)
System.IO.MemoryMappedFiles (1)
System.IO.Packaging (1)
System.Linq (4)
System.Memory (6)
System.Net.Http (60)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs (19)
65if (!EncodeStringLiteral(statusBytes, destination.Slice(nameLength), out var valueLength))
96if (EncodeStringLiteral(value, valueEncoding, destination.Slice(indexLength), out int nameLength))
128if (EncodeStringLiteral(value, valueEncoding, destination.Slice(indexLength), out int nameLength))
160if (EncodeStringLiteral(value, valueEncoding, destination.Slice(indexLength), out int nameLength))
275if (EncodeLiteralHeaderName(name, destination.Slice(1), out int nameLength) &&
276EncodeStringLiteral(value, valueEncoding, destination.Slice(1 + nameLength), out int valueLength))
308if (EncodeLiteralHeaderName(name, destination.Slice(1), out int nameLength) &&
309EncodeStringLiterals(values, separator, valueEncoding, destination.Slice(1 + nameLength), out int valueLength))
347if (EncodeLiteralHeaderName(name, destination.Slice(1), out int nameLength))
378destination = destination.Slice(integerLength);
428destination = destination.Slice(integerLength);
471destination = destination.Slice(integerLength);
552destination = destination.Slice(integerLength);
559destination = destination.Slice(value.Length);
564destination = destination.Slice(separator.Length);
568destination = destination.Slice(value.Length);
574destination = destination.Slice(written);
579destination = destination.Slice(separator.Length);
582destination = destination.Slice(written);
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs (13)
74destination = destination.Slice(headerBytesWritten);
132if (EncodeNameString(name, destination, out int nameLength) && EncodeValueString(value, valueEncoding, destination.Slice(nameLength), out int valueLength))
149if (EncodeNameString(name, destination, out int nameLength) && EncodeValueString(values, separator, valueEncoding, destination.Slice(nameLength), out int valueLength))
194buffer = buffer.Slice(nameLength);
257buffer = buffer.Slice(nameLength);
264buffer = buffer.Slice(value.Length);
269buffer = buffer.Slice(separator.Length);
273buffer = buffer.Slice(value.Length);
279buffer = buffer.Slice(written);
284buffer = buffer.Slice(separator.Length);
287buffer = buffer.Slice(written);
326buffer = buffer.Slice(nameLength);
366destination = destination.Slice(length);
System.Net.HttpListener (3)
System.Net.Mail (6)
System.Net.NameResolution (1)
System.Net.Primitives (9)
System.Net.Quic (4)
System.Net.Security (22)
System.Net.WebSockets (4)
System.Numerics.Tensors (11)
System.Private.CoreLib (200)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (6)
409n = ReadBuffer(buffer.Slice(charsRead), out readToUserBuffer);
421new Span<char>(_charBuffer, _charPos, n).CopyTo(buffer.Slice(charsRead));
482i = ReadSpan(buffer.Slice(n));
1189n = _decoder.GetChars(new ReadOnlySpan<byte>(tmpByteBuffer, 0, _byteLen), buffer.Span.Slice(charsRead), flush: false);
1253n = _decoder.GetChars(new ReadOnlySpan<byte>(tmpByteBuffer, 0, _byteLen), buffer.Span.Slice(charsRead), flush: false);
1277new Span<char>(_charBuffer, _charPos, n).CopyTo(buffer.Span.Slice(charsRead));
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (12)
4858span = span.Slice(pos + 1);
4907span = span.Slice(pos + 1);
6117if (value.TryCopyTo(_destination.Slice(_pos)))
6165if (Enum.TryFormatUnconstrained(value, _destination.Slice(_pos), out int charsWritten))
6176if (((ISpanFormattable)value).TryFormat(_destination.Slice(_pos), out int charsWritten, default, _provider)) // constrained call avoiding boxing for value types
6226if (Enum.TryFormatUnconstrained(value, _destination.Slice(_pos), out int charsWritten, format))
6237if (((ISpanFormattable)value).TryFormat(_destination.Slice(_pos), out int charsWritten, format, _provider)) // constrained call avoiding boxing for value types
6294if (value.TryCopyTo(_destination.Slice(_pos)))
6330value.CopyTo(_destination.Slice(_pos));
6339value.CopyTo(_destination.Slice(_pos));
6365if (value.TryCopyTo(_destination.Slice(_pos)))
6454_destination.Slice(startingPos, charsWritten).CopyTo(_destination.Slice(startingPos + paddingNeeded));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (22)
253payloadSpanIndex += Serializer.WriteCompressedUInt64(payloadSpan.Slice(payloadSpanIndex), (ulong)Stopwatch.Frequency);
254payloadSpanIndex += Serializer.WriteCompressedUInt64(payloadSpan.Slice(payloadSpanIndex), (ulong)qpcSync);
255payloadSpanIndex += Serializer.WriteCompressedUInt64(payloadSpan.Slice(payloadSpanIndex), (ulong)utcTimeSync);
256payloadSpanIndex += Serializer.WriteCompressedUInt32(payloadSpan.Slice(payloadSpanIndex), EventBufferSize);
318payloadSpanIndex += Serializer.WriteCompressedUInt64(payloadSpan.Slice(payloadSpanIndex), (ulong)qpcSync);
319payloadSpanIndex += Serializer.WriteCompressedUInt64(payloadSpan.Slice(payloadSpanIndex), (ulong)utcTimeSync);
504BinaryPrimitives.WriteUInt32LittleEndian(headerSpan.Slice(headerSpanIndex), 0);
508BinaryPrimitives.WriteUInt32LittleEndian(headerSpan.Slice(headerSpanIndex), context.AsyncThreadContextId);
512BinaryPrimitives.WriteUInt64LittleEndian(headerSpan.Slice(headerSpanIndex), context.OsThreadId);
516BinaryPrimitives.WriteUInt32LittleEndian(headerSpan.Slice(headerSpanIndex), 0);
520BinaryPrimitives.WriteUInt64LittleEndian(headerSpan.Slice(headerSpanIndex), (ulong)currentTimestamp);
524BinaryPrimitives.WriteUInt64LittleEndian(headerSpan.Slice(headerSpanIndex), 0);
598headerSpanIndex += WriteCompressedUInt64(headerSpan.Slice(headerSpanIndex), (ulong)delta); // Timestamp delta from last event
642headerSpanIndex += WriteCompressedUInt64(headerSpan.Slice(headerSpanIndex), (ulong)delta); // Timestamp delta from last event
829BinaryPrimitives.WriteUInt32LittleEndian(headerSpan.Slice(spanIndex), (uint)eventBuffer.Index);
835BinaryPrimitives.WriteUInt32LittleEndian(headerSpan.Slice(spanIndex), eventBuffer.EventCount);
841BinaryPrimitives.WriteUInt64LittleEndian(headerSpan.Slice(spanIndex), (ulong)LastEventTimestamp);
992offset += Serializer.WriteCompressedUInt64(payload.Slice(offset), parentDispatcherId);
993offset += Serializer.WriteCompressedUInt64(payload.Slice(offset), dispatcherId);
1063offset += Serializer.WriteCompressedUInt64(payload.Slice(offset), dispatcherId);
1857spanIndex += Serializer.WriteCompressedUInt64(callstackHeaderSpan.Slice(spanIndex), parentDispatcherId);
1860spanIndex += Serializer.WriteCompressedUInt64(callstackHeaderSpan.Slice(spanIndex), dispatcherId);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (13)
148if (value.TryCopyTo(_chars.Slice(_pos)))
270while (!Enum.TryFormatUnconstrained(value, _chars.Slice(_pos), out charsWritten))
282while (!((ISpanFormattable)value).TryFormat(_chars.Slice(_pos), out charsWritten, default, _provider)) // constrained call avoiding boxing for value types
337while (!Enum.TryFormatUnconstrained(value, _chars.Slice(_pos), out charsWritten, format))
349while (!((ISpanFormattable)value).TryFormat(_chars.Slice(_pos), out charsWritten, format, _provider)) // constrained call avoiding boxing for value types
407if (value.TryCopyTo(_chars.Slice(_pos)))
443value.CopyTo(_chars.Slice(_pos));
452value.CopyTo(_chars.Slice(_pos));
466value.TryCopyTo(_chars.Slice(_pos)))
492value.CopyTo(_chars.Slice(_pos));
583_chars.Slice(startingPos, charsWritten).CopyTo(_chars.Slice(startingPos + paddingNeeded));
607value.CopyTo(_chars.Slice(_pos));
617value.CopyTo(_chars.Slice(_pos));
System.Private.CoreLib.Generators (2)
System.Private.DataContractSerialization (12)
System.Private.Uri (22)
System.Private.Xml (8)
System.Reflection.Metadata (6)
System.Runtime.Numerics (100)
System\Numerics\Complex.cs (5)
882? m_real.TryFormat(Unsafe.BitCast<Span<TChar>, Span<byte>>(destination.Slice(1)), out int realChars, format, provider)
883: m_real.TryFormat(Unsafe.BitCast<Span<TChar>, Span<char>>(destination.Slice(1)), out realChars, format, provider))
886destination = destination.Slice(1 + realChars); // + 1 for <
892? m_imaginary.TryFormat(Unsafe.BitCast<Span<TChar>, Span<byte>>(destination.Slice(2)), out int imaginaryChars, format, provider)
893: m_imaginary.TryFormat(Unsafe.BitCast<Span<TChar>, Span<char>>(destination.Slice(2)), out imaginaryChars, format, provider))
System\Numerics\Complex.Generic.cs (5)
2088? m_real.TryFormat(Unsafe.BitCast<Span<TChar>, Span<byte>>(destination.Slice(1)), out int realChars, format, provider)
2089: m_real.TryFormat(Unsafe.BitCast<Span<TChar>, Span<char>>(destination.Slice(1)), out realChars, format, provider))
2092destination = destination.Slice(1 + realChars); // + 1 for <
2098? m_imaginary.TryFormat(Unsafe.BitCast<Span<TChar>, Span<byte>>(destination.Slice(2)), out int imaginaryChars, format, provider)
2099: m_imaginary.TryFormat(Unsafe.BitCast<Span<TChar>, Span<char>>(destination.Slice(2)), out imaginaryChars, format, provider))
System.Security.Cryptography (76)
System.Security.Cryptography.Cose (7)
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (3)
379CoseHelpers.WriteHeaderMap(buffer.Slice(protectedMapBytesWritten), writer, unprotectedHeaders, isProtected: false, null);
383WriteCoseSignaturesArray(writer, signer, buffer.Slice(protectedMapBytesWritten), buffer.Slice(0, protectedMapBytesWritten), associatedData, content, contentStream);
451CoseHelpers.WriteHeaderMap(buffer.Slice(signProtectedBytesWritten), writer, signer.UnprotectedHeaders, isProtected: false, null);
System.Security.Cryptography.Pkcs (6)
System.Security.Principal.Windows (2)
System.ServiceProcess.ServiceController (5)
System.Text.Encodings.Web (19)
System.Text.Json (169)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTime.cs (8)
241JsonWriterHelper.WriteDateTimeTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
267escapedPropertyName.CopyTo(output.Slice(BytesPending));
275JsonWriterHelper.WriteDateTimeTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
311WriteIndentation(output.Slice(BytesPending), indent);
324JsonWriterHelper.WriteDateTimeTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
359WriteIndentation(output.Slice(BytesPending), indent);
364escapedPropertyName.CopyTo(output.Slice(BytesPending));
373JsonWriterHelper.WriteDateTimeTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTimeOffset.cs (8)
240JsonWriterHelper.WriteDateTimeOffsetTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
266escapedPropertyName.CopyTo(output.Slice(BytesPending));
274JsonWriterHelper.WriteDateTimeOffsetTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
310WriteIndentation(output.Slice(BytesPending), indent);
323JsonWriterHelper.WriteDateTimeOffsetTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
358WriteIndentation(output.Slice(BytesPending), indent);
363escapedPropertyName.CopyTo(output.Slice(BytesPending));
372JsonWriterHelper.WriteDateTimeOffsetTrimmed(output.Slice(BytesPending), value, out int bytesWritten);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Decimal.cs (8)
238bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
263escapedPropertyName.CopyTo(output.Slice(BytesPending));
269bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
304WriteIndentation(output.Slice(BytesPending), indent);
315bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
349WriteIndentation(output.Slice(BytesPending), indent);
354escapedPropertyName.CopyTo(output.Slice(BytesPending));
361bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Double.cs (8)
242bool result = TryFormatDouble(value, output.Slice(BytesPending), out int bytesWritten);
267escapedPropertyName.CopyTo(output.Slice(BytesPending));
273bool result = TryFormatDouble(value, output.Slice(BytesPending), out int bytesWritten);
308WriteIndentation(output.Slice(BytesPending), indent);
319bool result = TryFormatDouble(value, output.Slice(BytesPending), out int bytesWritten);
353WriteIndentation(output.Slice(BytesPending), indent);
358escapedPropertyName.CopyTo(output.Slice(BytesPending));
365bool result = TryFormatDouble(value, output.Slice(BytesPending), out int bytesWritten);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Float.cs (8)
242bool result = TryFormatSingle(value, output.Slice(BytesPending), out int bytesWritten);
267escapedPropertyName.CopyTo(output.Slice(BytesPending));
273bool result = TryFormatSingle(value, output.Slice(BytesPending), out int bytesWritten);
308WriteIndentation(output.Slice(BytesPending), indent);
319bool result = TryFormatSingle(value, output.Slice(BytesPending), out int bytesWritten);
353WriteIndentation(output.Slice(BytesPending), indent);
358escapedPropertyName.CopyTo(output.Slice(BytesPending));
365bool result = TryFormatSingle(value, output.Slice(BytesPending), out int bytesWritten);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Guid.cs (8)
240bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
267escapedPropertyName.CopyTo(output.Slice(BytesPending));
275bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
312WriteIndentation(output.Slice(BytesPending), indent);
325bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
361WriteIndentation(output.Slice(BytesPending), indent);
366escapedPropertyName.CopyTo(output.Slice(BytesPending));
375bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (8)
311bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
336escapedPropertyName.CopyTo(output.Slice(BytesPending));
342bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
377WriteIndentation(output.Slice(BytesPending), indent);
388bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
422WriteIndentation(output.Slice(BytesPending), indent);
427escapedPropertyName.CopyTo(output.Slice(BytesPending));
434bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (8)
320bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
345escapedPropertyName.CopyTo(output.Slice(BytesPending));
351bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
386WriteIndentation(output.Slice(BytesPending), indent);
397bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
431WriteIndentation(output.Slice(BytesPending), indent);
436escapedPropertyName.CopyTo(output.Slice(BytesPending));
443bool result = Utf8Formatter.TryFormat(value, output.Slice(BytesPending), out int bytesWritten);
System.Text.Json.SourceGeneration (2)
System.Text.RegularExpressions (13)
System.Text.RegularExpressions.Generator (10)
System.Web.HttpUtility (7)