4 references to IO_REPARSE_TAG_MOUNT_POINT
aspire (2)
Utils\ReparsePoint.cs (2)
440System.Buffers.Binary.BinaryPrimitives.WriteUInt32LittleEndian(span[..4], Win32Constants.IO_REPARSE_TAG_MOUNT_POINT); 517/// Reads the reparse tag (e.g. <see cref="Win32Constants.IO_REPARSE_TAG_MOUNT_POINT"/>
Aspire.Cli.Tests (2)
Utils\ReparsePointTests.cs (2)
360Assert.Equal(Win32Constants.IO_REPARSE_TAG_MOUNT_POINT, ReparsePoint.GetReparseTag(link)); 440Assert.Equal(Win32Constants.IO_REPARSE_TAG_MOUNT_POINT, ReparsePoint.GetReparseTag(link));