Implemented interface member:
1 write to ParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeParameter.cs (1)
192
=> this.
ParameterKind
= this.CodeModelService.UpdateParameterKind(ParameterKind, passingMode);
2 references to ParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeParameter.cs (2)
192
=> this.ParameterKind = this.CodeModelService.UpdateParameterKind(
ParameterKind
, passingMode);
251
var parameterKind = this.
ParameterKind
;