4 implementations of GetOrSetImmutableInstance
Microsoft.Build (4)
ObjectModelRemoting\LinkedObjectFactory.cs (4)
253
public ProjectItemInstance
GetOrSetImmutableInstance
(ProjectItemInstance instance)
277
public ProjectItemDefinitionInstance
GetOrSetImmutableInstance
(ProjectItemDefinitionInstance instance)
300
public ProjectMetadataInstance
GetOrSetImmutableInstance
(ProjectMetadataInstance instance)
332
public ProjectPropertyInstance
GetOrSetImmutableInstance
(ProjectPropertyInstance instance)
3 references to GetOrSetImmutableInstance
Microsoft.Build (3)
Instance\ProjectInstance.cs (3)
1016
result = instanceProvider.
GetOrSetImmutableInstance
(newInstance);
1042
result = instanceProvider.
GetOrSetImmutableInstance
(
1076
result = instanceProvider.
GetOrSetImmutableInstance
(InstantiateProjectPropertyInstance(property, isImmutable: true));