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)
68private bool PropagateAttributes => _propagateAttributes || ContainingSymbol is SynthesizedMethodBaseSymbol { InheritsBaseMethodAttributes: true };