6 references to Create
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
799
AddSynthesizedAttribute(ref attributes, SynthesizedAttributeData.
Create
(_property.MaybeNullAttributeIfExists));
803
AddSynthesizedAttribute(ref attributes, SynthesizedAttributeData.
Create
(_property.NotNullAttributeIfExists));
821
AddSynthesizedAttribute(ref attributes, SynthesizedAttributeData.
Create
(attributeData));
829
AddSynthesizedAttribute(ref attributes, SynthesizedAttributeData.
Create
(attributeData));
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (2)
89
AddSynthesizedAttribute(ref attributes, SynthesizedAttributeData.
Create
(property.DisallowNullAttributeIfExists));
93
AddSynthesizedAttribute(ref attributes, SynthesizedAttributeData.
Create
(property.AllowNullAttributeIfExists));