2 implementations of TestOnlyGetPrivateData
Microsoft.Build (2)
Definition\Project.cs (2)
2025
public Data
TestOnlyGetPrivateData
=> _data;
3979
public Data
TestOnlyGetPrivateData
{ get { throw new NotImplementedException(); } }
1 reference to TestOnlyGetPrivateData
Microsoft.Build (1)
Definition\Project.cs (1)
568
internal Data TestOnlyGetPrivateData => (Data)implementationInternal.
TestOnlyGetPrivateData
;