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