1 write to _underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\RetargetingAttributeData.cs (1)
33_underlying = underlying;
8 references to _underlying
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Attributes\RetargetingAttributeData.cs (8)
48internal override bool HasErrors => _underlying.HasErrors || _attributeConstructor is null; 54Debug.Assert(AttributeClass is object || _underlying.HasErrors); 56if (_underlying.HasErrors) 58return _underlying.ErrorInfo; 78internal override bool IsConditionallyOmitted => _underlying.IsConditionallyOmitted; 80internal override Location GetAttributeArgumentLocation(int parameterIndex) => _underlying.GetAttributeArgumentLocation(parameterIndex); 81internal override int GetTargetAttributeSignatureIndex(AttributeDescription description) => _underlying.GetTargetAttributeSignatureIndex(description); 82internal override bool IsTargetAttribute(string namespaceName, string typeName) => _underlying.IsTargetAttribute(namespaceName, typeName);