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)
148var exception = Should.Throw<COMException>(() => rot.GetObject(nonExistentMoniker)); 162var exception = Should.Throw<COMException>(() => rot.GetObject(testMoniker)); 200var exception = Should.Throw<COMException>(() => rot.GetObject(testMoniker));