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