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