Implemented interface member:
property
Type
Microsoft.CodeAnalysis.IParameterSymbol.Type
2 references to Type
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationParameterSymbol.cs (2)
33
public NullableAnnotation NullableAnnotation =>
Type
.NullableAnnotation;
44
this.IsParams, this.
Type
, this.Name, this.IsOptional, this.HasExplicitDefaultValue,