Implemented interface member:
1 override of Equals
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalProjectContext.cs (1)
54public override bool Equals(VSProjectContext other)
3 references to Equals
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Extensions\VSProjectContext.cs (2)
70return value1?.Equals(value2) ?? false; 91return this.Equals(other);
Protocol\Internal\VSInternalProjectContext.cs (1)
49return base.Equals(other)