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