4 implementations of ImmutableInstance
Microsoft.Build (4)
ObjectModelRemoting\LinkedObjectFactory.cs (4)
251public ProjectItemInstance ImmutableInstance => _immutableInstance; 275public ProjectItemDefinitionInstance ImmutableInstance => _immutableInstance; 298public ProjectMetadataInstance ImmutableInstance => _immutableInstance; 330public ProjectPropertyInstance ImmutableInstance => _immutableInstance;
4 references to ImmutableInstance
Microsoft.Build (4)
Instance\ProjectInstance.cs (4)
949result = instanceProvider.ImmutableInstance; 970result = instanceProvider.ImmutableInstance; 996result = instanceProvider.ImmutableInstance; 1028result = instanceProvider.ImmutableInstance;