Base:
property
HasInterpolatedStringHandlerArgumentError
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.HasInterpolatedStringHandlerArgumentError
2 overrides of HasInterpolatedStringHandlerArgumentError
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Extensions\ReceiverParameterSymbol.cs (1)
39internal override bool HasInterpolatedStringHandlerArgumentError => _underlyingParameter.HasInterpolatedStringHandlerArgumentError;
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
241internal sealed override bool HasInterpolatedStringHandlerArgumentError => _underlyingParameter.HasInterpolatedStringHandlerArgumentError;