7 references to GetProjectId
Microsoft.VisualStudio.LanguageServices.Implementation (7)
CodeModel\InternalElements\CodeDelegate.cs (1)
92return CodeTypeRef.Create(this.State, this, GetProjectId(), LookupInvokeMethod().ReturnType);
CodeModel\InternalElements\CodeEvent.cs (1)
151return CodeTypeRef.Create(this.State, this, GetProjectId(), EventSymbol.Type);
CodeModel\InternalElements\CodeFunction.cs (1)
152return CodeTypeRef.Create(this.State, this, GetProjectId(), MethodSymbol.ReturnType);
CodeModel\InternalElements\CodeParameter.cs (2)
148return CodeTypeRef.Create(this.State, this, GetProjectId(), ParameterSymbol.Type); 208this.Type = CodeTypeRef.Create(this.State, this, GetProjectId(), newType);
CodeModel\InternalElements\CodeProperty.cs (1)
186return CodeTypeRef.Create(this.State, this, GetProjectId(), PropertySymbol.Type);
CodeModel\InternalElements\CodeVariable.cs (1)
144return CodeTypeRef.Create(this.State, this, GetProjectId(), type);