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