8 references to ParameterSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\ExternalElements\ExternalCodeParameter.cs (8)
60return CodeTypeRef.Create(this.State, this, this.ProjectId, ParameterSymbol.Type); 73return ParameterSymbol.HasExplicitDefaultValue && ParameterSymbol.ExplicitDefaultValue != null 74? ParameterSymbol.ExplicitDefaultValue.ToString() 90if (ParameterSymbol.RefKind == RefKind.Ref) 94else if (ParameterSymbol.RefKind == RefKind.Out) 98else if (ParameterSymbol.IsParams) 103if (ParameterSymbol.IsOptional)