1 write to _propagateAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
33
_propagateAttributes
= propagateAttributes;
1 reference to _propagateAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
68
private bool PropagateAttributes =>
_propagateAttributes
|| ContainingSymbol is SynthesizedMethodBaseSymbol { InheritsBaseMethodAttributes: true };