1 write to Properties
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
927
Interlocked.CompareExchange(ref defs.
Properties
, new ConcurrentQueue<Cci.IPropertyDefinition>(), null);
5 references to Properties
Microsoft.CodeAnalysis (5)
Emit\CommonPEModuleBuilder.cs (5)
848
if (
Properties
!= null)
850
foreach (var property in
Properties
)
925
if (defs.
Properties
== null)
930
defs.
Properties
.Enqueue(property);
975
=> _synthesizedTypeMembers.TryGetValue(container, out var defs) ? defs.
Properties
: null;