1 write to ExplicitInterfaceImplementations
Microsoft.VisualStudio.LanguageServices (1)
Progression\RoslynGraphProperties.cs (1)
98ExplicitInterfaceImplementations = Schema.Properties.AddNewProperty(
2 references to ExplicitInterfaceImplementations
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (1)
224node[RoslynGraphProperties.ExplicitInterfaceImplementations] = symbol.ExplicitInterfaceImplementations().Select(s => s.GetSymbolKey()).ToList();
Progression\GraphProvider.cs (1)
332=> ((IList<SymbolKey>)node[RoslynGraphProperties.ExplicitInterfaceImplementations]).Count > 0;