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