34 references to ValueTextEquals
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\ElementReferenceJsonConverter.cs (1)
27
if (reader.
ValueTextEquals
(IdProperty.EncodedUtf8Bytes))
Microsoft.AspNetCore.Http.Connections.Common (11)
NegotiateProtocol.cs (11)
170
if (reader.
ValueTextEquals
(UrlPropertyNameBytes.EncodedUtf8Bytes))
174
else if (reader.
ValueTextEquals
(AccessTokenPropertyNameBytes.EncodedUtf8Bytes))
178
else if (reader.
ValueTextEquals
(ConnectionIdPropertyNameBytes.EncodedUtf8Bytes))
182
else if (reader.
ValueTextEquals
(ConnectionTokenPropertyNameBytes.EncodedUtf8Bytes))
186
else if (reader.
ValueTextEquals
(NegotiateVersionPropertyNameBytes.EncodedUtf8Bytes))
190
else if (reader.
ValueTextEquals
(AvailableTransportsPropertyNameBytes.EncodedUtf8Bytes))
208
else if (reader.
ValueTextEquals
(ErrorPropertyNameBytes.EncodedUtf8Bytes))
212
else if (reader.
ValueTextEquals
(ProtocolVersionPropertyNameBytes))
216
else if (reader.
ValueTextEquals
(StatefulReconnectPropertyNameBytes.EncodedUtf8Bytes))
282
if (reader.
ValueTextEquals
(TransportPropertyNameBytes.EncodedUtf8Bytes))
286
else if (reader.
ValueTextEquals
(TransferFormatsPropertyNameBytes.EncodedUtf8Bytes))
Microsoft.AspNetCore.SignalR.Common (4)
Protocol\HandshakeProtocol.cs (4)
135
if (reader.
ValueTextEquals
(TypePropertyNameBytes.EncodedUtf8Bytes))
141
else if (reader.
ValueTextEquals
(ErrorPropertyNameBytes.EncodedUtf8Bytes))
190
if (reader.
ValueTextEquals
(ProtocolPropertyNameBytes.EncodedUtf8Bytes))
194
else if (reader.
ValueTextEquals
(ProtocolVersionPropertyNameBytes.EncodedUtf8Bytes))
Microsoft.AspNetCore.SignalR.Protocols.Json (11)
Protocol\JsonHubProtocol.cs (11)
158
if (reader.
ValueTextEquals
(TypePropertyNameBytes.EncodedUtf8Bytes))
167
else if (reader.
ValueTextEquals
(InvocationIdPropertyNameBytes.EncodedUtf8Bytes))
171
else if (reader.
ValueTextEquals
(StreamIdsPropertyNameBytes.EncodedUtf8Bytes))
192
else if (reader.
ValueTextEquals
(TargetPropertyNameBytes.EncodedUtf8Bytes))
214
else if (reader.
ValueTextEquals
(ErrorPropertyNameBytes.EncodedUtf8Bytes))
218
else if (reader.
ValueTextEquals
(AllowReconnectPropertyNameBytes.EncodedUtf8Bytes))
222
else if (reader.
ValueTextEquals
(ResultPropertyNameBytes.EncodedUtf8Bytes))
256
else if (reader.
ValueTextEquals
(ItemPropertyNameBytes.EncodedUtf8Bytes))
286
else if (reader.
ValueTextEquals
(ArgumentsPropertyNameBytes.EncodedUtf8Bytes))
326
else if (reader.
ValueTextEquals
(HeadersPropertyNameBytes.EncodedUtf8Bytes))
331
else if (reader.
ValueTextEquals
(SequenceIdPropertyNameBytes.EncodedUtf8Bytes))
Microsoft.JSInterop (6)
Implementation\JSObjectReferenceJsonWorker.cs (1)
31
if (id is null && reader.
ValueTextEquals
(JSObjectIdKey.EncodedUtf8Bytes))
Infrastructure\ByteArrayJsonConverter.cs (1)
45
if (!reader.
ValueTextEquals
(ByteArrayRefKey.EncodedUtf8Bytes))
Infrastructure\DotNetDispatcher.cs (1)
272
jsonReader.
ValueTextEquals
(DotNetObjectRefKey.EncodedUtf8Bytes))
Infrastructure\DotNetObjectReferenceJsonConverter.cs (1)
30
if (dotNetObjectId == 0 && reader.
ValueTextEquals
(DotNetObjectRefKey.EncodedUtf8Bytes))
Infrastructure\JSStreamReferenceJsonConverter.cs (2)
33
if (id is null && reader.
ValueTextEquals
(JSObjectReferenceJsonWorker.JSObjectIdKey.EncodedUtf8Bytes))
38
else if (length is null && reader.
ValueTextEquals
(_jsStreamReferenceLengthKey.EncodedUtf8Bytes))
NuGet.ProjectModel (1)
src\nuget-client\build\Shared\Utf8JsonStreamReader.cs (1)
85
internal bool ValueTextEquals(ReadOnlySpan<byte> utf8Text) => _reader.
ValueTextEquals
(utf8Text);