2 implementations of Value
Aspire.Hosting.RemoteHost.Tests (2)
GenericMethodResolverTests.cs (2)
134
public T
Value
{ get; } = value;
139
public int
Value
{ get; } = value;
1 reference to Value
Aspire.Hosting.RemoteHost.Tests (1)
GenericMethodResolverTests.cs (1)
122
public static T GenericFromInterface<T>(IWrapper<T> wrapper) => wrapper.
Value
;