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