4 references to ParameterSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\InternalElements\CodeParameter.cs (4)
148
return CodeTypeRef.Create(this.State, this, GetProjectId(),
ParameterSymbol
.Type);
196
var type = this.
ParameterSymbol
.Type;
213
var arrayType = this.
ParameterSymbol
.Type as IArrayTypeSymbol;
232
var arrayType = this.
ParameterSymbol
.Type as IArrayTypeSymbol;