4 references to GetWithExceptionCheck
Microsoft.Build.Engine.OM.UnitTests (4)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (4)
243
Assert.Equal(
GetWithExceptionCheck
(expectedGetter, out var expected),
GetWithExceptionCheck
(actualGetter, out var actual));
368
bool viewOk =
GetWithExceptionCheck
(viewGetter, out T viewValue);
369
bool realOk =
GetWithExceptionCheck
(realGetter, out T realValue);