3 references to TypeWithOneMember
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
ObjectSerializationTests.cs (3)
145private class TypeWithOneMember<T> : IEquatable<TypeWithOneMember<T>> 180return Equals(obj as TypeWithOneMember<T>); 183public bool Equals(TypeWithOneMember<T> other)