1 instantiation of Data
Microsoft.Build (1)
Definition\Project.cs (1)
3680_data = new Data(Owner, globalPropertiesCollection, toolsVersion, subToolsetVersion, canEvaluateElementsWithFalseConditions);
7 references to Data
Microsoft.Build (7)
Definition\Project.cs (6)
580internal Data TestOnlyGetPrivateData => (Data)implementationInternal.TestOnlyGetPrivateData; 1846private Data _data; 2048public Data TestOnlyGetPrivateData => _data; 3840Data TestOnlyGetPrivateData { get; } 3861public 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)