1 write to parameterTypesWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ParameterSignature.cs (1)
27
this.
parameterTypesWithAnnotations
= parameterTypesWithAnnotations;
2 references to parameterTypesWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MethodSymbol.cs (1)
903
return _lazyParameterSignature.
parameterTypesWithAnnotations
;
Symbols\PropertySymbol.cs (1)
122
return _lazyParameterSignature.
parameterTypesWithAnnotations
;