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