4 writes to implementationInternal
Microsoft.Build (4)
Definition\Project.cs (4)
120implementationInternal = new ProjectLinkInternalNotImplemented(); 278implementationInternal = (IProjectLinkInternal)defaultImplementation; 372implementationInternal = (IProjectLinkInternal)defaultImplementation; 469implementationInternal = (IProjectLinkInternal)defaultImplementation;
12 references to implementationInternal
Microsoft.Build (12)
Definition\Project.cs (12)
75internal bool IsLinked => implementationInternal.IsLinked; 574internal Data TestOnlyGetPrivateData => (Data)implementationInternal.TestOnlyGetPrivateData; 846internal ISet<string> GlobalPropertiesToTreatAsLocal => implementationInternal.GlobalPropertiesToTreatAsLocal; 1655return implementationInternal.UsesProjectRootElement(xmlRootElement); 1723return implementationInternal.IsSuitableExistingItemXml(candidateExistingItemXml, unevaluatedInclude, metadata); 1733implementationInternal.RemoveItemBeforeItemTypeChange(item); 1743implementationInternal.ReAddExistingItemAfterItemTypeChange(item); 1755return implementationInternal.ExpandPropertyValueBestEffortLeaveEscaped(unevaluatedValue, propertyLocation); 1771return implementationInternal.ExpandItemIncludeBestEffortLeaveEscaped(renamedItemElement); 1785return implementationInternal.ExpandMetadataValueBestEffortLeaveEscaped(metadataTable, unevaluatedValue, metadataLocation); 1794implementationInternal.IsZombified = true; 1803ErrorUtilities.VerifyThrow(!implementationInternal.IsZombified, "OM_ProjectIsNoLongerActive");