7 instantiations of DecimalValue
MyFrontend (7)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (6)
968
UnitPrice = new global::GrpcBasket.
DecimalValue
();
974
OldUnitPrice = new global::GrpcBasket.
DecimalValue
();
1055
UnitPrice = new global::GrpcBasket.
DecimalValue
();
1062
OldUnitPrice = new global::GrpcBasket.
DecimalValue
();
1806
private static readonly pb::MessageParser<DecimalValue> _parser = new pb::MessageParser<DecimalValue>(() => new
DecimalValue
());
1843
return new
DecimalValue
(this);
playground\TestShop\BasketService\Models\DecimalValue.cs (1)
21
return new
DecimalValue
(units, nanos);
17 references to DecimalValue
MyFrontend (17)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (15)
61
new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.
DecimalValue
), global::GrpcBasket.
DecimalValue
.Parser, new[]{ "Units", "Nanos" }, null, null, null, null)
789
private global::GrpcBasket.
DecimalValue
unitPrice_;
792
public global::GrpcBasket.
DecimalValue
UnitPrice {
801
private global::GrpcBasket.
DecimalValue
oldUnitPrice_;
804
public global::GrpcBasket.
DecimalValue
OldUnitPrice {
1801
public sealed partial class DecimalValue : pb::IMessage<
DecimalValue
>
1806
private static readonly pb::MessageParser<
DecimalValue
> _parser = new pb::MessageParser<
DecimalValue
>(() => new DecimalValue());
1810
public static pb::MessageParser<
DecimalValue
> Parser { get { return _parser; } }
1834
public DecimalValue(
DecimalValue
other) : this() {
1842
public
DecimalValue
Clone() {
1880
return Equals(other as
DecimalValue
);
1885
public bool Equals(
DecimalValue
other) {
1971
public void MergeFrom(
DecimalValue
other) {
playground\TestShop\BasketService\Models\DecimalValue.cs (2)
12
public static implicit operator decimal(
DecimalValue
grpcDecimal)
17
public static implicit operator
DecimalValue
(decimal value)