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