4 writes to implementationInternal
Microsoft.Build (4)
Definition\Project.cs (4)
114implementationInternal = new ProjectLinkInternalNotImplemented(); 272implementationInternal = (IProjectLinkInternal)defaultImplementation; 366implementationInternal = (IProjectLinkInternal)defaultImplementation; 463implementationInternal = (IProjectLinkInternal)defaultImplementation;
12 references to implementationInternal
Microsoft.Build (12)
Definition\Project.cs (12)
69internal bool IsLinked => implementationInternal.IsLinked; 568internal Data TestOnlyGetPrivateData => (Data)implementationInternal.TestOnlyGetPrivateData; 840internal ISet<string> GlobalPropertiesToTreatAsLocal => implementationInternal.GlobalPropertiesToTreatAsLocal; 1649return implementationInternal.UsesProjectRootElement(xmlRootElement); 1717return implementationInternal.IsSuitableExistingItemXml(candidateExistingItemXml, unevaluatedInclude, metadata); 1727implementationInternal.RemoveItemBeforeItemTypeChange(item); 1737implementationInternal.ReAddExistingItemAfterItemTypeChange(item); 1749return implementationInternal.ExpandPropertyValueBestEffortLeaveEscaped(unevaluatedValue, propertyLocation); 1765return implementationInternal.ExpandItemIncludeBestEffortLeaveEscaped(renamedItemElement); 1779return implementationInternal.ExpandMetadataValueBestEffortLeaveEscaped(metadataTable, unevaluatedValue, metadataLocation); 1788implementationInternal.IsZombified = true; 1797ErrorUtilities.VerifyThrow(!implementationInternal.IsZombified, "OM_ProjectIsNoLongerActive");