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