18 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 (2)
KeyManagement\KeyRingBasedDataProtector.cs (1)
151return new Guid(new ReadOnlySpan<byte>(ptr, sizeof(Guid)));
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
92var keyIdFromPayload = new Guid(protectedData.Slice(sizeof(uint), sizeof(Guid)));
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
75return new Guid(guidBytes).ToString();
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (1)
65var guid = new Guid(checksumAsBytes);
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 (3)
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\Diagnostics\Tracing\EventSource.cs (1)
1787return new Guid(bytes.Slice(0, 16));
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));