6 instantiations of Wrappers
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (6)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (4)
975
Wrappers = new global::Transcoding.HelloRequest.Types.
Wrappers
();
1242
Wrappers = new global::Transcoding.HelloRequest.Types.
Wrappers
();
2591
private static readonly pb::MessageParser<Wrappers> _parser = new pb::MessageParser<Wrappers>(() => new
Wrappers
());
2635
return new
Wrappers
(this);
ConverterTests\JsonConverterWriteTests.cs (2)
159
var wrappers = new HelloRequest.Types.
Wrappers
189
var wrappers = new HelloRequest.Types.
Wrappers
21 references to Wrappers
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (13)
167
new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HelloRequest.Types.
Wrappers
), global::Transcoding.HelloRequest.Types.
Wrappers
.Parser, new[]{ "StringValue", "Int32Value", "Int64Value", "FloatValue", "DoubleValue", "BoolValue", "Uint32Value", "Uint64Value", "BytesValue" }, null, null, null, null),
295
private global::Transcoding.HelloRequest.Types.
Wrappers
wrappers_;
298
public global::Transcoding.HelloRequest.Types.
Wrappers
Wrappers {
2586
public sealed partial class Wrappers : pb::IMessage<
Wrappers
>
2591
private static readonly pb::MessageParser<
Wrappers
> _parser = new pb::MessageParser<
Wrappers
>(() => new Wrappers());
2595
public static pb::MessageParser<
Wrappers
> Parser { get { return _parser; } }
2619
public Wrappers(
Wrappers
other) : this() {
2634
public
Wrappers
Clone() {
2767
return Equals(other as
Wrappers
);
2772
public bool Equals(
Wrappers
other) {
2931
public void MergeFrom(
Wrappers
other) {
ConverterTests\JsonConverterReadTests.cs (6)
618
AssertReadJson<HelloRequest.Types.
Wrappers
>(json);
636
AssertReadJson<HelloRequest.Types.
Wrappers
>(json);
654
var
result = AssertReadJson<HelloRequest.Types.
Wrappers
>(json);
673
var
result = AssertReadJson<HelloRequest.Types.
Wrappers
>(json, serializeOld: false, settings: new GrpcJsonSettings { PropertyNameCaseInsensitive = true });
ConverterTests\JsonConverterWriteTests.cs (2)
159
var
wrappers = new HelloRequest.Types.Wrappers
189
var
wrappers = new HelloRequest.Types.Wrappers