4 instantiations of Nested
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (4)
1042
ParameterOne = new global::Params.RequestFour.Types.
Nested
();
1092
ParameterOne = new global::Params.RequestFour.Types.
Nested
();
1117
private static readonly pb::MessageParser<Nested> _parser = new pb::MessageParser<Nested>(() => new
Nested
());
1156
return new
Nested
(this);
13 references to Nested
Microsoft.AspNetCore.Grpc.Swagger.Tests (13)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (13)
86
new pbr::GeneratedClrTypeInfo(typeof(global::Params.RequestFour), global::Params.RequestFour.Parser, new[]{ "ParameterOne", "ParameterTwo" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Params.RequestFour.Types.
Nested
), global::Params.RequestFour.Types.
Nested
.Parser, new[]{ "NestedParameterOne", "NestedParameterTwo", "NestedParameterThree", "NestedParameterFour" }, null, null, null, null)}),
920
private global::Params.RequestFour.Types.
Nested
parameterOne_;
923
public global::Params.RequestFour.Types.
Nested
ParameterOne {
1112
public sealed partial class Nested : pb::IMessage<
Nested
>
1117
private static readonly pb::MessageParser<
Nested
> _parser = new pb::MessageParser<
Nested
>(() => new Nested());
1121
public static pb::MessageParser<
Nested
> Parser { get { return _parser; } }
1145
public Nested(
Nested
other) : this() {
1155
public
Nested
Clone() {
1209
return Equals(other as
Nested
);
1214
public bool Equals(
Nested
other) {
1318
public void MergeFrom(
Nested
other) {