File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- // Licensed to the .NET Foundation under one or more agreements.
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
@@ -664,8 +664,10 @@ public void LoadTree(string s)
664
664
private string _savedTree ;
665
665
666
666
#else
667
- void Verify ( int expectedSize , bool checkSort = true ) { }
668
- void SaveTree ( ) { }
667
+ private void Verify ( int expectedSize , bool checkSort = true ) { }
668
+
669
+ private void SaveTree ( ) { }
670
+
669
671
public void LoadTree ( string s ) { }
670
672
#endif // DEBUG
671
673
#endregion Debugging
You can’t perform that action at this time.
0 commit comments