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