1 write to _immutableInstance
Microsoft.Build (1)
ObjectModelRemoting\LinkedObjectFactory.cs (1)
279
Interlocked.CompareExchange(ref
_immutableInstance
, instance, null);
2 references to _immutableInstance
Microsoft.Build (2)
ObjectModelRemoting\LinkedObjectFactory.cs (2)
275
public ProjectItemDefinitionInstance ImmutableInstance =>
_immutableInstance
;
281
return
_immutableInstance
;