1 instantiation of Data
Microsoft.Build (1)
Definition\Project.cs (1)
3850_data = new Data(Owner, globalPropertiesCollection, toolsVersion, subToolsetVersion, canEvaluateElementsWithFalseConditions);
7 references to Data
Microsoft.Build (7)
Definition\Project.cs (6)
592internal Data TestOnlyGetPrivateData => (Data)implementationInternal.TestOnlyGetPrivateData; 1858private Data _data; 2060public Data TestOnlyGetPrivateData => _data; 4010Data TestOnlyGetPrivateData { get; } 4031public Data TestOnlyGetPrivateData { get { throw new NotImplementedException(); } }
Instance\ProjectInstance.cs (1)
684internal ProjectInstance(Evaluation.Project.Data data, string directory, string fullPath, HostServices hostServices, PropertyDictionary<ProjectPropertyInstance> environmentVariableProperties, ProjectInstanceSettings settings)