4 implementations of GetOrSetImmutableInstance
Microsoft.Build (4)
ObjectModelRemoting\LinkedObjectFactory.cs (4)
253public ProjectItemInstance GetOrSetImmutableInstance(ProjectItemInstance instance) 277public ProjectItemDefinitionInstance GetOrSetImmutableInstance(ProjectItemDefinitionInstance instance) 300public ProjectMetadataInstance GetOrSetImmutableInstance(ProjectMetadataInstance instance) 332public ProjectPropertyInstance GetOrSetImmutableInstance(ProjectPropertyInstance instance)
4 references to GetOrSetImmutableInstance
Microsoft.Build (4)
Instance\ProjectInstance.cs (4)
957result = instanceProvider.GetOrSetImmutableInstance(newInstance); 982result = instanceProvider.GetOrSetImmutableInstance( 999result = instanceProvider.GetOrSetImmutableInstance(new ProjectMetadataInstance(projectMetadata)); 1031result = instanceProvider.GetOrSetImmutableInstance(InstantiateProjectPropertyInstance(property, isImmutable: true));