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