15 references to Guid
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ServerComponentInvocationSequence.cs (1)
17Value = new Guid(bytes);
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ServerComponentInvocationSequence.cs (1)
17Value = new Guid(bytes);
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedDataProtector.cs (1)
147return new Guid(new ReadOnlySpan<byte>(ptr, sizeof(Guid)));
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
75return new Guid(guidBytes).ToString();
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1124Guid vendorMicrosoft = new Guid(MILGuidData.GUID_VendorMicrosoft);
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
555Guid vendorMicrosoft = new Guid(MILGuidData.GUID_VendorMicrosoft);
System\Windows\Media\Imaging\BitmapMetadata.cs (4)
136Guid guidVendor = new Guid(MILGuidData.GUID_VendorMicrosoft); 254Guid guidVendor = new Guid(MILGuidData.GUID_VendorMicrosoft); 642Guid vendorMicrosoft = new Guid(MILGuidData.GUID_VendorMicrosoft); 774Guid guidVendor = new Guid(MILGuidData.GUID_VendorMicrosoft);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipePayloadDecoder.cs (1)
95decodedFields[i] = new Guid(payload.Slice(0, sizeOfGuid));
src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
60this(new ReadOnlySpan<byte>(b ?? throw new ArgumentNullException(nameof(b))))
System.Private.DataContractSerialization (1)
System\Xml\XmlBufferReader.cs (1)
994=> new Guid(_buffer.AsSpan(offset, ValueHandleLength.Guid));
System.Transactions.Local (2)
System\Transactions\TransactionInteropNonWindows.cs (2)
93var txId = new Guid(cookie.AsSpan(16, 16)); 159var txId = new Guid(propagationToken.AsSpan(8, 16));