Implemented interface member:
2 references to Equals
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\MapCode\MapCodeHandler.cs (1)
128if (!location.DocumentUri.Equals(textDocumentIdentifier.DocumentUri))
Protocol\Location.cs (1)
58this.DocumentUri.Equals(other.DocumentUri) &&