Implemented interface member:
method
GetComponent
Microsoft.Build.BackEnd.IBuildComponentHost.GetComponent(Microsoft.Build.BackEnd.BuildComponentType)
2 references to GetComponent
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskBuilder_Tests.cs (2)
1241
IConfigCache cache = (IConfigCache)_host.
GetComponent
(BuildComponentType.ConfigCache);
1388
=> (TComponent)
GetComponent
(type);