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