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)
1029
result = instanceProvider.
GetOrSetImmutableInstance
(newInstance);
1055
result = instanceProvider.
GetOrSetImmutableInstance
(
1089
result = instanceProvider.
GetOrSetImmutableInstance
(InstantiateProjectPropertyInstance(property, isImmutable: true));