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