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)
893return _lazyParameterSignature.parameterTypesWithAnnotations;
Symbols\PropertySymbol.cs (1)
121return _lazyParameterSignature.parameterTypesWithAnnotations;