5 references to __char_256
Microsoft.AspNetCore.Server.HttpSys (5)
Windows.Win32.char.InlineArrays.g.cs (3)
72
public static implicit operator
__char_256
(string value) => value.AsSpan();
74
public static implicit operator
__char_256
(ReadOnlySpan<char> value)
76
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)
29
internal static unsafe ref readonly char ReadOnlyItemRef(this in winmdroot.
__char_256
@this, int index) => ref @this.Value[index];