1 write to ContextProjectId
Microsoft.VisualStudio.LanguageServices (1)
Progression\RoslynGraphProperties.cs (1)
108ContextProjectId = Schema.Properties.AddNewProperty(
7 references to ContextProjectId
Microsoft.VisualStudio.LanguageServices (7)
Progression\GraphBuilder.cs (3)
117var projectId = (ProjectId)inputNode[RoslynGraphProperties.ContextProjectId]; 223node[RoslynGraphProperties.ContextProjectId] = GetContextProjectId(contextProject, symbol); 773symbolNode[RoslynGraphProperties.ContextProjectId] = document.Project.Id;
Progression\GraphNavigatorExtension.cs (2)
44var projectId = graphNode.GetValue<ProjectId>(RoslynGraphProperties.ContextProjectId); 110var projectId = graphNode.GetValue<ProjectId>(RoslynGraphProperties.ContextProjectId);
Progression\GraphProvider.cs (1)
363if (graphNode.GetValue(RoslynGraphProperties.ContextProjectId) == null)
Progression\GraphQueries\IsUsedByGraphQuery.cs (1)
69locationNode[RoslynGraphProperties.ContextProjectId] = projectId;