5 references to GetProjectId
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\Collections\BasesCollection.cs (2)
93var projectId = FileCodeModel.GetProjectId(); 119var projectId = FileCodeModel.GetProjectId();
CodeModel\InternalElements\AbstractCodeElement.cs (1)
52=> FileCodeModel.GetProjectId();
CodeModel\InternalElements\CodeDelegate.cs (1)
83this.FileCodeModel.GetProjectId(),
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
CodeModel\CodeModelTestHelpers.vb (1)
192Dim projectId = codeElementImpl.FileCodeModel.GetProjectId()