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)
33public NullableAnnotation NullableAnnotation => Type.NullableAnnotation; 44this.IsParams, this.Type, this.Name, this.IsOptional, this.HasExplicitDefaultValue,