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)
4 references to GetOrSetImmutableInstance
Microsoft.Build (4)
Instance\ProjectInstance.cs (4)
957
result = instanceProvider.
GetOrSetImmutableInstance
(newInstance);
982
result = instanceProvider.
GetOrSetImmutableInstance
(
999
result = instanceProvider.
GetOrSetImmutableInstance
(new ProjectMetadataInstance(projectMetadata));
1031
result = instanceProvider.
GetOrSetImmutableInstance
(InstantiateProjectPropertyInstance(property, isImmutable: true));