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