6 references to SynthesizedAttributeData
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
773AddSynthesizedAttribute(ref attributes, new SynthesizedAttributeData(_property.MaybeNullAttributeIfExists)); 777AddSynthesizedAttribute(ref attributes, new SynthesizedAttributeData(_property.NotNullAttributeIfExists)); 795AddSynthesizedAttribute(ref attributes, new SynthesizedAttributeData(attributeData)); 803AddSynthesizedAttribute(ref attributes, new SynthesizedAttributeData(attributeData));
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (2)
85AddSynthesizedAttribute(ref attributes, new SynthesizedAttributeData(property.DisallowNullAttributeIfExists)); 89AddSynthesizedAttribute(ref attributes, new SynthesizedAttributeData(property.AllowNullAttributeIfExists));