5 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (5)
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);