1 instantiation of ExternalCodeVariable
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\ExternalCodeVariable.cs (1)
20
var element = new
ExternalCodeVariable
(state, projectId, symbol);
3 references to ExternalCodeVariable
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\AbstractCodeModelService.cs (2)
214
return (EnvDTE.CodeElement)
ExternalCodeVariable
.Create(state, projectId, (IFieldSymbol)symbol);
241
? (EnvDTE.CodeElement)
ExternalCodeVariable
.Create(state, projectId, propertySymbol)
CodeModel\ExternalElements\ExternalCodeVariable.cs (1)
20
var
element = new ExternalCodeVariable(state, projectId, symbol);