4 instantiations of Nested
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (4)
1042ParameterOne = new global::Params.RequestFour.Types.Nested(); 1092ParameterOne = new global::Params.RequestFour.Types.Nested(); 1117private static readonly pb::MessageParser<Nested> _parser = new pb::MessageParser<Nested>(() => new Nested()); 1156return new Nested(this);
13 references to Nested
Microsoft.AspNetCore.Grpc.Swagger.Tests (13)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (13)
86new 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)}), 920private global::Params.RequestFour.Types.Nested parameterOne_; 923public global::Params.RequestFour.Types.Nested ParameterOne { 1112public sealed partial class Nested : pb::IMessage<Nested> 1117private static readonly pb::MessageParser<Nested> _parser = new pb::MessageParser<Nested>(() => new Nested()); 1121public static pb::MessageParser<Nested> Parser { get { return _parser; } } 1145public Nested(Nested other) : this() { 1155public Nested Clone() { 1209return Equals(other as Nested); 1214public bool Equals(Nested other) { 1318public void MergeFrom(Nested other) {