1 instantiation of ExternalCodeParameter
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\ExternalCodeParameter.cs (1)
20
var element = new
ExternalCodeParameter
(state, projectId, symbol, parent);
8 references to ExternalCodeParameter
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\Collections\ExternalParameterCollection.cs (2)
58
element = (EnvDTE.CodeElement)
ExternalCodeParameter
.Create(this.State, _projectId, parameters[index], this.ParentElement);
73
element = (EnvDTE.CodeElement)
ExternalCodeParameter
.Create(this.State, _projectId, parameters[index], this.ParentElement);
CodeModel\ExternalElements\ExternalCodeFunction.cs (2)
18
public sealed class ExternalCodeFunction : AbstractExternalCodeMember, ICodeElementContainer<
ExternalCodeParameter
>, EnvDTE.CodeFunction, EnvDTE80.CodeFunction2
36
EnvDTE.CodeElements ICodeElementContainer<
ExternalCodeParameter
>.GetCollection()
CodeModel\ExternalElements\ExternalCodeParameter.cs (2)
20
var
element = new ExternalCodeParameter(state, projectId, symbol, parent);
38
=> GetCollection<
ExternalCodeParameter
>(this.Parent);
CodeModel\ExternalElements\ExternalCodeProperty.cs (2)
16
public sealed class ExternalCodeProperty : AbstractExternalCodeMember, ICodeElementContainer<
ExternalCodeParameter
>, EnvDTE.CodeProperty, EnvDTE80.CodeProperty2
34
EnvDTE.CodeElements ICodeElementContainer<
ExternalCodeParameter
>.GetCollection()