6 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\AbstractCodeModelService.cs (1)
347
return CodeAccessorFunction.
Create
(state, parentObj, accessorKind);
CodeModel\InternalElements\CodeEvent.cs (3)
82
return CodeAccessorFunction.
Create
(this.State, this, MethodKind.EventAdd);
110
return CodeAccessorFunction.
Create
(this.State, this, MethodKind.EventRemove);
134
return CodeAccessorFunction.
Create
(this.State, this, MethodKind.EventRaise);
CodeModel\InternalElements\CodeProperty.cs (2)
155
return CodeAccessorFunction.
Create
(this.State, this, MethodKind.PropertyGet);
173
return CodeAccessorFunction.
Create
(this.State, this, MethodKind.PropertySet);