1 instantiation of ExternalCodeAccessorFunction
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\ExternalCodeAccessorFunction.cs (1)
21
var element = new
ExternalCodeAccessorFunction
(state, projectId, symbol, parent);
6 references to ExternalCodeAccessorFunction
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\ExternalElements\ExternalCodeAccessorFunction.cs (1)
21
var
element = new ExternalCodeAccessorFunction(state, projectId, symbol, parent);
CodeModel\ExternalElements\ExternalCodeEvent.cs (3)
53
return
ExternalCodeAccessorFunction
.Create(this.State, this.ProjectId, symbol.AddMethod, this);
92
return
ExternalCodeAccessorFunction
.Create(this.State, this.ProjectId, symbol.RemoveMethod, this);
112
return
ExternalCodeAccessorFunction
.Create(this.State, this.ProjectId, symbol.RaiseMethod, this);
CodeModel\ExternalElements\ExternalCodeProperty.cs (2)
52
return
ExternalCodeAccessorFunction
.Create(this.State, this.ProjectId, symbol.GetMethod, this);
76
return
ExternalCodeAccessorFunction
.Create(this.State, this.ProjectId, symbol.SetMethod, this);