75 references to ConfigCache
Microsoft.Build (19)
BackEnd\BuildManager\BuildManager.cs (5)
694
_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.
ConfigCache
);
850
_configCache = ((IBuildComponentHost)this).GetComponent<IConfigCache>(BuildComponentType.
ConfigCache
);
871
_configCache = ((IBuildComponentHost)this).GetComponent(BuildComponentType.
ConfigCache
) as IConfigCache;
2703
IConfigCache configCache = _componentFactories.GetComponent<IConfigCache>(BuildComponentType.
ConfigCache
);
3263
_componentFactories.ReplaceFactory(BuildComponentType.
ConfigCache
, new ConfigCacheWithOverride(cacheAggregation.ConfigCache));
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
64
_componentEntriesByType[BuildComponentType.
ConfigCache
] = new BuildComponentEntry(BuildComponentType.
ConfigCache
, ConfigCache.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (5)
345
BuildRequestConfiguration config = ((IConfigCache)_componentHost.GetComponent(BuildComponentType.
ConfigCache
))[request.ConfigurationId];
435
IConfigCache configCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.
ConfigCache
);
515
IConfigCache globalConfigurations = (IConfigCache)_componentHost.GetComponent(BuildComponentType.
ConfigCache
);
599
_configCache = (IConfigCache)host.GetComponent(BuildComponentType.
ConfigCache
);
1124
IConfigCache globalConfigCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.
ConfigCache
);
BackEnd\Components\Caching\ConfigCache.cs (1)
391
ErrorUtilities.VerifyThrow(componentType == BuildComponentType.
ConfigCache
, "Cannot create components of type {0}", componentType);
BackEnd\Components\FileAccesses\FileAccessManager.cs (1)
46
_configCache = host.GetComponent(BuildComponentType.
ConfigCache
) as IConfigCache;
BackEnd\Components\Logging\LoggingService.cs (1)
311
_configCache = new Lazy<IConfigCache>(() => (IConfigCache)_componentHost.GetComponent(BuildComponentType.
ConfigCache
), LazyThreadSafetyMode.PublicationOnly);
BackEnd\Components\Scheduler\Scheduler.cs (2)
631
_configCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.
ConfigCache
);
1962
var configCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.
ConfigCache
);
BackEnd\Node\OutOfProcNode.cs (2)
154
_globalConfigCache = (this as IBuildComponentHost).GetComponent(BuildComponentType.
ConfigCache
) as IConfigCache;
538
if (_componentFactories.GetComponent(BuildComponentType.
ConfigCache
) is IConfigCache configCache)
Microsoft.Build.Engine.UnitTests (56)
BackEnd\BuildManager_Tests.cs (4)
1921
host.GetComponent(BuildComponentType.
ConfigCache
);
1947
host.GetComponent(BuildComponentType.
ConfigCache
);
1979
host.GetComponent(BuildComponentType.
ConfigCache
);
2031
host.GetComponent(BuildComponentType.
ConfigCache
);
BackEnd\BuildRequestEngine_Tests.cs (1)
294
_cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
BackEnd\LoggingService_Tests.cs (1)
965
ConfigCache configCache = host.GetComponent(BuildComponentType.
ConfigCache
) as ConfigCache;
BackEnd\LoggingServicesLogMethod_Tests.cs (5)
838
ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.
ConfigCache
);
864
ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.
ConfigCache
);
903
ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.
ConfigCache
);
944
ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.
ConfigCache
);
1417
ConfigCache cache = (ConfigCache)componentHost.GetComponent(BuildComponentType.
ConfigCache
);
BackEnd\MockHost.cs (1)
202
BuildComponentType.
ConfigCache
=> (IBuildComponent)_configCache,
BackEnd\RequestBuilder_Tests.cs (6)
84
IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
114
IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
147
IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
186
IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
225
IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
300
IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
BackEnd\Scheduler_Tests.cs (1)
737
(_host.GetComponent(BuildComponentType.
ConfigCache
) as IConfigCache).AddConfiguration(config);
BackEnd\TargetBuilder_Tests.cs (34)
102
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
122
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
149
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
178
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
363
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
503
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
529
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
555
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
585
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
620
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
652
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
683
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
709
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
745
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
771
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
798
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
828
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
872
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
899
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
926
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
958
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1056
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1091
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1142
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1202
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1244
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1290
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1321
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1395
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1428
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1455
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1674
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1710
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1848
BuildComponentType.
ConfigCache
=> (IBuildComponent)_configCache,
BackEnd\TargetEntry_Tests.cs (1)
1319
BuildComponentType.
ConfigCache
=> (IBuildComponent)_configCache,
BackEnd\TaskBuilder_Tests.cs (2)
1240
IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.
ConfigCache
);
1376
BuildComponentType.
ConfigCache
=> (IBuildComponent)_configCache,