2 writes to ContainerName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Symbols\SymbolInformationFactory.cs (2)
20ContainerName = containerName, 33ContainerName = containerName,
3 references to ContainerName
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\SymbolInformation.cs (3)
123&& this.ContainerName == other.ContainerName; 131HashCode.Combine(Name, Kind, Hash.CombineValues(Tags), Deprecated, Location, ContainerName);