1 write to PluginInstance
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheDescriptor.cs (1)
17PluginInstance = pluginInstance;
7 references to PluginInstance
Microsoft.Build (7)
BackEnd\Components\ProjectCache\ProjectCacheDescriptorEqualityComparer.cs (4)
31&& ReferenceEquals(x.PluginInstance, y.PluginInstance) 44if (obj.PluginInstance != null) 46hashCode = (hashCode * -1521134295) + obj.PluginInstance.GetHashCode();
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
210if (projectCacheDescriptor.PluginInstance != null) 212pluginInstance = projectCacheDescriptor.PluginInstance; 213pluginTypeName = projectCacheDescriptor.PluginInstance.GetType().Name;