3 references to Create
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Compilation_WellKnownMembers.cs (2)
434
return SynthesizedAttributeData.
Create
(this, ctorSymbol, arguments, namedStringArguments);
449
return SynthesizedAttributeData.
Create
(
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1788
SynthesizedAttributeData.
Create
(DeclaringCompilation, parameterlessConstructor, arguments: [], namedArguments: []));