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