5 references to Empty
Microsoft.DotNet.AsmDiff (5)
AssemblySet.cs (3)
74return Empty; 95return Empty; 218get { return ReferenceEquals(this, Empty); }
DiffConfiguration.cs (2)
10Left = AssemblySet.Empty; 11Right = AssemblySet.Empty;