Implemented interface member:
method
GetObject
Microsoft.Build.Execution.IRunningObjectTableWrapper.GetObject(System.String)
3 references to GetObject
Microsoft.Build.Engine.UnitTests (3)
BackEnd\BuildRequest_Tests.cs (3)
148
var exception = Should.Throw<COMException>(() => rot.
GetObject
(nonExistentMoniker));
162
var exception = Should.Throw<COMException>(() => rot.
GetObject
(testMoniker));
200
var exception = Should.Throw<COMException>(() => rot.
GetObject
(testMoniker));