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)
1017
result = instanceProvider.
GetOrSetImmutableInstance
(newInstance);
1043
result = instanceProvider.
GetOrSetImmutableInstance
(
1077
result = instanceProvider.
GetOrSetImmutableInstance
(InstantiateProjectPropertyInstance(property, isImmutable: true));