2 instantiations of ChatMessage
Microsoft.AspNetCore.Grpc.Microbenchmarks (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net9.0\Proto\Chat.cs (2)
49private static readonly pb::MessageParser<ChatMessage> _parser = new pb::MessageParser<ChatMessage>(() => new ChatMessage()); 86return new ChatMessage(this);
21 references to ChatMessage
Microsoft.AspNetCore.Grpc.Microbenchmarks (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net9.0\Proto\Chat.cs (11)
34new pbr::GeneratedClrTypeInfo(typeof(global::Chat.ChatMessage), global::Chat.ChatMessage.Parser, new[]{ "Name", "Message" }, null, null, null, null) 44public sealed partial class ChatMessage : pb::IMessage<ChatMessage> 49private static readonly pb::MessageParser<ChatMessage> _parser = new pb::MessageParser<ChatMessage>(() => new ChatMessage()); 53public static pb::MessageParser<ChatMessage> Parser { get { return _parser; } } 77public ChatMessage(ChatMessage other) : this() { 85public ChatMessage Clone() { 116return Equals(other as ChatMessage); 121public bool Equals(ChatMessage other) { 207public void MergeFrom(ChatMessage other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net9.0\Proto\ChatGrpc.cs (10)
56static readonly grpc::Marshaller<global::Chat.ChatMessage> __Marshaller_chat_ChatMessage = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Chat.ChatMessage.Parser)); 59static readonly grpc::Method<global::Chat.ChatMessage, global::Chat.ChatMessage> __Method_Chat = new grpc::Method<global::Chat.ChatMessage, global::Chat.ChatMessage>( 84public virtual global::System.Threading.Tasks.Task Chat(grpc::IAsyncStreamReader<global::Chat.ChatMessage> requestStream, grpc::IServerStreamWriter<global::Chat.ChatMessage> responseStream, grpc::ServerCallContext context) 107serviceBinder.AddMethod(__Method_Chat, serviceImpl == null ? null : new grpc::DuplexStreamingServerMethod<global::Chat.ChatMessage, global::Chat.ChatMessage>(serviceImpl.Chat));