google.golang.org/grpc/internal/transport.Stream.method (field)

11 uses

	google.golang.org/grpc/internal/transport (current package)
		handler_server.go#L361: 		method:         req.URL.Path,
		handler_server.go#L374: 		s.ctx = ht.stats.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
		handler_server.go#L376: 			FullMethod:  s.method,
		http2_client.go#L377: 		method:         callHdr.Method,
		http2_server.go#L328: 		method:         state.data.method,
		http2_server.go#L417: 	s.ctx = traceCtx(s.ctx, s.method)
		http2_server.go#L419: 		s.ctx = t.stats.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
		http2_server.go#L421: 			FullMethod:  s.method,
		transport.go#L245: 	method       string             // the associated RPC method of the stream
		transport.go#L406: 	return s.method
		transport.go#L505: 	return fmt.Sprintf("<stream: %p, %v>", s, s.method)