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