3 writes to FieldName
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1020
FieldName
= other.FieldName;
1323
FieldName
= input.ReadString();
ConverterTests\JsonConverterWriteTests.cs (1)
34
FieldName
= "A field name"
14 references to FieldName
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (14)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
634
if (
FieldName
!= other.
FieldName
) return false;
668
if (
FieldName
.Length != 0) hash ^=
FieldName
.GetHashCode();
847
if (
FieldName
.Length != 0) {
849
output.WriteString(
FieldName
);
921
if (
FieldName
.Length != 0) {
922
size += 2 + pb::CodedOutputStream.ComputeStringSize(
FieldName
);
1019
if (other.
FieldName
.Length != 0) {
1020
FieldName = other.
FieldName
;
ConverterTests\JsonConverterReadTests.cs (2)
47
Assert.Equal("", m.
FieldName
);
59
Assert.Equal("A field name", m.
FieldName
);
UnaryServerCallHandlerTests.cs (2)
562
Assert.Equal("TestName!", request!.
FieldName
);
686
Assert.Equal("", request!.
FieldName
);