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