8 references to VSInternalProjectContext
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
43
AddOrReplaceConverter<VSProjectContext,
VSInternalProjectContext
>();
Protocol\Internal\VSInternalProjectContext.cs (7)
13
internal class VSInternalProjectContext : VSProjectContext, IEquatable<
VSInternalProjectContext
>
26
public static bool operator ==(
VSInternalProjectContext
? value1,
VSInternalProjectContext
? value2)
41
public static bool operator !=(
VSInternalProjectContext
? value1,
VSInternalProjectContext
? value2)
47
public bool Equals(
VSInternalProjectContext
other)
62
if (obj is
VSInternalProjectContext
other)