1 instantiation of ExternalCodeFunction
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\ExternalCodeFunction.cs (1)
22
var element = new
ExternalCodeFunction
(state, projectId, symbol);
7 references to ExternalCodeFunction
Microsoft.VisualStudio.LanguageServices.Implementation (7)
CodeModel\AbstractCodeModelService.cs (1)
216
return (EnvDTE.CodeElement)
ExternalCodeFunction
.Create(state, projectId, (IMethodSymbol)symbol);
CodeModel\Collections\ExternalOverloadsCollection.cs (5)
23
ExternalCodeFunction
parent,
34
ExternalCodeFunction
parent,
41
private
ExternalCodeFunction
ParentElement
43
get { return (
ExternalCodeFunction
)Parent; }
67
var element =
ExternalCodeFunction
.Create(this.State, _projectId, (IMethodSymbol)method);
CodeModel\ExternalElements\ExternalCodeFunction.cs (1)
22
var
element = new ExternalCodeFunction(state, projectId, symbol);