2 implementations of IProjectCachePluginBase
Microsoft.Build (2)
BackEnd\Components\ProjectCache\Experimental\ProjectCachePluginBase.cs (1)
18public abstract class ProjectCachePluginBase : IProjectCachePluginBase
BackEnd\Components\ProjectCache\ProjectCachePluginBase.cs (1)
16public abstract class ProjectCachePluginBase : IProjectCachePluginBase
6 references to IProjectCachePluginBase
Microsoft.Build (6)
BackEnd\Components\ProjectCache\Experimental\ProjectCachePluginBase.cs (1)
9using IProjectCachePluginBase = Microsoft.Build.ProjectCache.IProjectCachePluginBase;
BackEnd\Components\ProjectCache\ProjectCacheDescriptor.cs (2)
14IProjectCachePluginBase? pluginInstance) 28public IProjectCachePluginBase? PluginInstance { get; }
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
61IProjectCachePluginBase? PluginInstance, 214IProjectCachePluginBase? pluginInstance = null; 400private static IProjectCachePluginBase CreatePluginInstanceFromType(Type pluginType)