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)
62IProjectCachePluginBase? PluginInstance, 219IProjectCachePluginBase? pluginInstance = null; 405private static IProjectCachePluginBase CreatePluginInstanceFromType([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] Type pluginType)