1 write to Type
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\Parameter.cs (1)
39Type = type;
2 references to Type
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\AbstractChangeSignatureService.cs (1)
962if (semanticModel.Compilation.ClassifyCommonConversion(symbolType, addedParameter.Type).IsImplicit)
ChangeSignature\Parameter.cs (1)
96public override string ToString() => $"{Type.ToDisplayString(new SymbolDisplayFormat(genericsOptions: SymbolDisplayGenericsOptions.IncludeTypeParameters))} {Name} ({CallSiteValue})";