5 references to __char_256
Microsoft.AspNetCore.Shared.Tests (5)
Windows.Win32.CHAR.InlineArrays.g.cs (3)
192 public static implicit operator __char_256(string value) => value.AsSpan(); 194 public static implicit operator __char_256(ReadOnlySpan<char> value) 196 Unsafe.SkipInit(out __char_256 result);
Windows.Win32.HTTP_REQUEST_PROPERTY_SNI.g.cs (1)
25 internal winmdroot.__char_256 Hostname;
Windows.Win32.InlineArrayIndexerExtensions.g.cs (1)
33 internal static unsafe ref readonly char ReadOnlyItemRef(this in winmdroot.__char_256 @this, int index) => ref @this.Value[index];