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