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