Implemented interface member:
property
Type
Microsoft.CodeAnalysis.IParameterSymbol.Type
1 write to Type
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationParameterSymbol.cs (1)
43
this.
Type
= type;
2 references to Type
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationParameterSymbol.cs (2)
22
public NullableAnnotation NullableAnnotation =>
Type
.NullableAnnotation;
53
this.IsParams, this.
Type
, this.Name, this.IsOptional, this.HasExplicitDefaultValue,